Working with IBM Aspera Console / Troubleshooting Console |
Console's log files are located in the following directories:
In Console's Apache HTTP server logs directory, you will find the following files:
/opt/aspera/common/apache/conf/httpd_template_linux.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 |