-
By default you shouldn't see those entries as they are with level
INFOand by default Tigase is using levelCONFIG. At any rate, you can adjust logging level for this particular class and change it toCONFIG:logging () { loggers = { 'tigase.io.SSLContextContainer' = { level = CONFIG } } } -
Hi, I have tried your conf, when I start the server in the log I see
logging { handlers { 'java.util.logging.FileHandler' { count = '20' limit = '100000000' pattern = '/var/log/tigase/tigase.log' } } loggers { 'tigase.io.SSLContextContainer' { level = 'CONFIG' } } }anyway is still logged the line
[INFO ] [ in_13-c2s ] SSLContextContainer.getHardenedMode(): Using hardened-mode: secure for domain: XYZfrom the doc:
loggers - Defines the level of logging for packages running in tigase server. This is similar to the --debug setting, however you must use tigase.{package} format. Default is NONE.this means that I have to change the config level of all the package
tigase.ioand I cannot change the single level of the classtigase.io.SSLContextContainer?
I have a problem with… In the log file: tigase.log.* I see a lots of entry of the type: "SSLContextContainer.getHardenedMode(): Using hardened-mode: secure for domain: XYZ" is it something that is possible to eliminate?
Details: