scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
66 stars 17 forks source link

LogLevel not followed #221

Closed kephale closed 5 months ago

kephale commented 4 years ago

I made this commit https://github.com/scenerygraphics/sciview/commit/e67a0a3cfbe49eb5815ee0c9f927d1c92a3a2703 because logService.info() continued to be emitted after setting log level to be greater than LogLevel.INFO after trying to set the log level in many places

skalarproduktraum commented 4 years ago

Could that be related to https://github.com/scenerygraphics/sciview/blob/7d603b3d69574bad2db132f07b6262ae24394659/src/main/java/sc/iview/Main.java#L52 ?

kephale commented 4 years ago

If that line was the cause, then it would prevent info from being emitted since it is a lower log level than debug?

kephale commented 5 months ago

I don't think this is relevant anymore.