Skip to content

Commit 4150478

Browse files
committed
doc: details
1 parent 583aa6c commit 4150478

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/dev_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ or using `run-coatjava`,
1616
```bash
1717
run-coatjava [CLASS_NAME] [CLASS_ARGS] -- -Djava.util.logging.config.file=my_levels.properties
1818
```
19-
Note that these settings may compete with the log level set by `OptionParser`'s option `-l`, potentially overriding that level.
19+
From high to low, the levels are `SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST` (see `java.util.logging.Level` documentation).
20+
You may also use levels `ALL` or `OFF`, for everything or nothing, respectively.
21+
22+
> [!NOTE]
23+
> These properties may compete with the log level set by `OptionParser`'s option `-l`, potentially overriding that level.
2024
2125
## Bumping Version Number and Deploying
2226

0 commit comments

Comments
 (0)