InterPSS-Project / ipss-plugin

InterPSS plugin projects
8 stars 11 forks source link

Logger level config is not working as expected #32

Closed thuang closed 4 years ago

thuang commented 4 years ago

@jinjingfarm

I have set the logging level to OFF by "IpssLogger.getLogger().setLevel(Level.OFF)" But in the output, there are still some log msg at INFO level. Is this configuration not used properly here?

image

You should be able to duplicate the issue with the following commit.

https://github.com/InterPSS-Project/ipss-plugin/commit/658e5ff762fe2df75bb31c3ace7a13e7e2647c99

jinjingfarm commented 4 years ago

@thuang The issue could not be duplicated, please see the Investiation Case.

thuang commented 4 years ago

It turned out the issue was due to mis-use of other functions.