We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476ba43 commit 7a1c082Copy full SHA for 7a1c082
docs/dev_notes.md
@@ -2,7 +2,7 @@
2
3
## Controlling Log Levels
4
5
-To control the log level of a class with a `Logger`, use properties. As CLI options, you may use, for example,
+To control the log level of a class with a `Logger`, use properties. For example, use `java` options:
6
```
7
-Dorg.jlab.detector.helicity.HelicityGenerator.level=FINEST # sets HelicityGenerator level to FINEST
8
-D.level=FINE # sets the level of all loggers to FINE
0 commit comments