On this Page

    Logging

    It may happen that you want more or fewer logs produced during web service work. It is configurable.

    In order to change the log settings of a deployed app you can edit the [tomcat]\webapps\[DORest or DOSoap]\WEB-INF\classes\logback.xml file and restart the app. Available logging levels are TRACE, DEBUG, INFO, WARN, ERROR, ALL, or OFF.

    For more info, see https://logback.qos.ch/manual/configuration.html

    Note, logback.xml will be overridden after you redeploy the web service. So it may be a good idea to keep its copy in a safe place if you reconfigured it.

    You will be able to see web service logs in stdout files, like [tomcat]\logs\tomcat7-stdout.2019-06-06.log