OpsCenter logging properties

Configure the location and logging behavior properties of OpsCenter log files.

The following properties configure the location and properties of OpsCenter log files:

[webserver] log_path
The location where HTTP traffic to the service is logged. The default is /var/log/opscenter/http.log for package installations and install_location/log/http.log for tarball installations.
[logging] level
The logging level for OpsCenter. Available levels are (from most to least verbose): TRACE, DEBUG, INFO, WARN, or ERROR. The default level is INFO.

The OpsCenter log file is located in /var/log/opscenter/opscenterd.log.

[logging] log_path
The log file for OpsCenter. The default location is /var/log/opscenter/opscenter.log for package installations and install_location/log/opscenterd.log for tarball installations.
[logging] log_length
Logs will rotate after the specified number of bytes. The default is 10000000 (10MB).
[logging] max_rotate
The maximum number of logs to retain. The default value is 10.
[repair_service] log_directory
The location in which to store repair service logs. The default location is /var/log/opscenter/repair_service/ for package installations and install_location/log/repair_service for tarball installations.
[repair_service] log_length
Logs will rotate after the specified number of bytes. Defaults to 10485760 (10MB).
[repair_service] max_rotate
The maximum number of logs to retain. The default is 10.