Skip to content

Commit

Permalink
Fix logFile to match configuration json
Browse files Browse the repository at this point in the history
The Logging Options section of README describes how to specify a file
to log to.  There is a typo, LogFile should be logFile to match the
json.

Fixes #177

Signed-off-by: Michael Cambria <mcambria@redhat.com>
  • Loading branch information
mccv1r0 authored and rkamudhan committed Oct 31, 2018
1 parent bdf901c commit 5eca507
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 5eca507

Please sign in to comment.