Where can I find the logs?

    CodeScene logs to standard output. The way you retrieve logs depends on how you run it:

    • Standalone JAR: standard output - you may want to redirect it to a file.
    • Docker container: retrieve logs via the docker logs command.

    Tomcat: logs are stored in the <TOMCAT_HOME>/logs/ directory. There’s usually a single big catalina.out file which contains aggregated logs from the beginning or a particular point in time (after you cleared the log). There are also many localhost.YYYY-MM-DD.log files that can contain other useful information, especially about deployment-time errors.