Skip to content

Commit

Permalink
Merge 641b635 into bdf901c
Browse files Browse the repository at this point in the history
  • Loading branch information
mccv1r0 committed Oct 30, 2018
2 parents bdf901c + 641b635 commit 438029a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,12 @@ Multus will always log via `STDERR`, which is the standard method by which CNI p

### Writing to a Log File

Optionally, you may have Multus log to a file on the filesystem. This file will be written locally on each node where Multus is executed. You may configure this via the `LogFile` option in the CNI configuration. By default this additional logging to a flat file is disabled.
Optionally, you may have Multus log to a file on the filesystem. This file will be written locally on each node where Multus is executed. You may configure this via the `logFile` option in the CNI configuration. By default this additional logging to a flat file is disabled.

For example in your CNI configuration, you may set:

```
"LogFile": "/var/log/multus.log",
"logFile": "/var/log/multus.log",
```

### Logging Level
Expand Down

0 comments on commit 438029a

Please sign in to comment.