Commit ffc9ad5
fix: doubled log messages when
Some classes call `SplitLogManager.configureHandlers` to make the prefix
quieter, _e.g._, `DatabaseConstantProvider`; this was causing log
messages to double. This PR fixes the issue, and adjusts the formatting
a bit to be more consistent with the database classes' log messages.SplitLogManager.configureHandlers is called twice (#1043)1 parent 2d98241 commit ffc9ad5
File tree
1 file changed
+3
-1
lines changed- common-tools/clas-logging/src/main/java/org/jlab/logging
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments