Hi all,
I would like to reduce logs in tomcat catalina.out file. Reading the catalina.out seems that gucamole logs debug messages too. Reading the documentation[¹] the file that I have to configure is the logback.xml. This is the content of this file:
<configuration>
<!-- Appender for debugging -->
    <appender name="GUAC-DEBUG" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n</pattern>
        </encoder>
    </appender>

    <!-- Log at DEBUG level -->
    <root level="debug">
        <appender-ref ref="GUAC-DEBUG"/>
    </root>

</configuration>

Removing this configuration file the logs in catalina.out seems to reduce but ...to much! :) doesn't logs nothing even, WARN or INFO level are missing and thus are not logged failing login attempts that I need it to have fail2ban working.

Please someone can help me to configure guacamole logging to exclude debug from catalina.out?

Thank you very much

Piviul

[¹] https://guacamole.apache.org/doc/0.9.6/gug/configuring-guacamole.html#idm140499500759248

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to