Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit d443330

Browse files
Fix typo in logging settings
Signed-off-by: Michael OReilly <[email protected]>
1 parent aba465e commit d443330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ to a flat file is disabled.
313313

314314
For example in your CNI configuration, you may set:
315315
```
316-
"LogFile": "/var/log/userspace-cni.log",
316+
"logFile": "/var/log/userspace-cni.log",
317317
```
318318

319319
### Logging Level
@@ -340,7 +340,7 @@ You may configure the logging level by using the `LogLevel` option in your
340340
CNI configuration. For example:
341341

342342
```
343-
"LogLevel": "debug",
343+
"logLevel": "debug",
344344
```
345345

346346

0 commit comments

Comments
 (0)