Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #205 from jodh-intel/add-initcall-debug-to-debug-info
Browse files Browse the repository at this point in the history
docs: Add initcall_debug to dev guide debug section
  • Loading branch information
jodh-intel authored Aug 2, 2018
2 parents 7897760 + c270496 commit 47a0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Enable full debug as follows:

```
$ sudo sed -i -e 's/^# *\(enable_debug\).*=.*$/\1 = true/g' /usr/share/defaults/kata-containers/configuration.toml
$ sudo sed -i -e 's/^kernel_params = "\(.*\)"/kernel_params = "\1 agent.log=debug"/g' /usr/share/defaults/kata-containers/configuration.toml
$ sudo sed -i -e 's/^kernel_params = "\(.*\)"/kernel_params = "\1 agent.log=debug initcall_debug"/g' /usr/share/defaults/kata-containers/configuration.toml
```

### journald rate limiting
Expand Down

0 comments on commit 47a0d6a

Please sign in to comment.