mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-19 18:12:18 +00:00
Merge remote-tracking branch 'origin/master' into feature/multus-4.0
This commit is contained in:
commit
a77d3cbedb
@ -111,7 +111,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:
|
For example in your CNI configuration, you may set:
|
||||||
|
|
||||||
```
|
```
|
||||||
"LogFile": "/var/log/multus.log",
|
"logFile": "/var/log/multus.log",
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Logging Level
|
#### Logging Level
|
||||||
@ -128,7 +128,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:
|
You may configure the logging level by using the `LogLevel` option in your CNI configuration. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
"LogLevel": "debug",
|
"logLevel": "debug",
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Logging Options
|
#### Logging Options
|
||||||
|
Loading…
Reference in New Issue
Block a user