jstock icon indicating copy to clipboard operation
jstock copied to clipboard

Logging is hard-coded to disabled

Open fallenguru opened this issue 5 years ago • 1 comments

In theory, it should be possible to enable (and configure) logging via editing config/commons-logging.properties. In practice, a dummy/no-op logger is hard-coded in jstock/src/org/yccheok/jstock/gui/JStock.java: "static { System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog"); }", which overrides any run-time configuration.

Please comment out this line again in future releases, so that the default no-op logging can be changed, if desired.

fallenguru avatar Oct 06 '19 14:10 fallenguru

Agreed

oehm-smith avatar Dec 14 '19 00:12 oehm-smith