Skip to content

Commit 7a1c082

Browse files
c-dilksbaltzell
authored andcommitted
fix: typo
1 parent 476ba43 commit 7a1c082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Controlling Log Levels
44

5-
To control the log level of a class with a `Logger`, use properties. As CLI options, you may use, for example,
5+
To control the log level of a class with a `Logger`, use properties. For example, use `java` options:
66
```
77
-Dorg.jlab.detector.helicity.HelicityGenerator.level=FINEST # sets HelicityGenerator level to FINEST
88
-D.level=FINE # sets the level of all loggers to FINE

0 commit comments

Comments
 (0)