Log Files

Console's log files are located in the following directories:

In Console's Apache HTTP server logs directory, you will find the following files:

Important: All Apache logs are, by default, rotated by size (defaulting to 10MB files and only retaining the last 10 rotated logs).

httpd_template_linux.conf

/opt/aspera/common/apache/conf/httpd_template_linux.conf

httpd-ssl_template.conf

/opt/aspera/common/apache/conf/extra/httpd-ssl_template.conf

You can further configure Console's Apache log settings by running the following commands in a Terminal:

Setting Command
Specify an Apache log level (for example, error level)
$ asctl apache:log_level error
Enable Apache log (set to notice)
$ asctl apache:enable_logs
Disable Apache log (set to emerg level)
$ asctl apache:disable_logs