diff --git a/docs/configuration.md b/docs/configuration.md index 5106a0cd5..050339a49 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -110,7 +110,7 @@ Optionally, you may have Multus log to a file on the filesystem. This file will For example in your CNI configuration, you may set: ``` - "LogFile": "/var/log/multus.log", + "logFile": "/var/log/multus.log", ``` #### Logging Level @@ -127,7 +127,7 @@ The available logging level values, in decreasing order of verbosity are: You may configure the logging level by using the `LogLevel` option in your CNI configuration. For example: ``` - "LogLevel": "debug", + "logLevel": "debug", ``` #### Logging Options