Changed debug flag to log-level in kpod/main.go
The change in flag from debug to log-level was causing cri-o to fail when started There was a reference to the debug flag in kpod/main.go that had not been changed Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
bbd7321a7a
commit
b4d3b560d3
3 changed files with 21 additions and 10 deletions
|
@ -26,8 +26,8 @@ has the capability to debug pods/images created by crio.
|
|||
**--config value, -c**=**"config.file"**
|
||||
Path of a config file detailing container server configuration options
|
||||
|
||||
**--debug**
|
||||
Print debugging information
|
||||
**--log-level**
|
||||
log messages above specified level: debug, info, warn, error (default), fatal or panic
|
||||
|
||||
**--root**=**value**
|
||||
Path to the root directory in which data, including images, is stored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue