tomlurge / converTor

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make logging configurable #4

Open iwakeh opened 8 years ago

iwakeh commented 8 years ago

Might be more convenient to configure logging (e.g. https://github.com/tomlurge/converTor/blob/master/src/converTor/Base.java#L81 Base.java) via a properties file. (cf. https://docs.oracle.com/javase/7/docs/api/java/util/logging/LogManager.html)

tomlurge commented 8 years ago

Currently metrics-lib doesn't suppot logging very well. Therefor the log is only mildly useful and the shell is the place to watch. Until that's fixed I don't want to spend more effort on logging configuration.

iwakeh commented 8 years ago

see my comment about logging in issue #6

tomlurge commented 8 years ago

Metrics-lib aims to improve logging support in version 1.4, see metrics-lib #19643. When that is implemented this issue should be revisited.