Commit 899e152
committed
Add a system property for suppressing the console
Note that this change does not enforce compliance, but merely exposes
a property constant for use in downstream console implementations.
Some use cases produces a mountainous torrent of output to
System.(err|out), and the graphical console cannot keep up.
While I would argue that these use cases should be altered to use the
LogService at appropriate logging levels, it is still nice to have a
way to disable the graphical console to sidestep such problems.
However, we don't want to make it too easy for naive users to disable
the graphical console -- otherwise we will be back to where we started
with people reporting "silent failure" bugs because the associated
output was suppressed.1 parent 7e2000c commit 899e152
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments