By the way, my catalina.out log only shows SAML requests, but no replies. I 
know there are replies because a tcpdump shows https traffic between the SP and 
the IdP.

# tail -n 10000 /var/log/tomcat-8.5-hman/catalina.out | grep  logback
09:02:21.335 [localhost-startStop-1] INFO  org.apache.guacamole.log.LogModule - 
Loading logback configuration from "/etc/guacamole/logback.xml".

# cat logback.xml
<configuration>

    <!-- Appender for debugging -->
    <appender name="GUAC-DEBUG" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

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

</configuration>

Why isn't Tomcat/guacamole loggging the SAML replies?

Regards,

Vieri

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

Reply via email to