Depending on the installer used, the log files will be under a base directory:
/var/log/rundeck
$RDECK_BASE/server/logs
The following files will be found in the log directory:
.
|-- command.log
|-- rundeck.audit.log
|-- rundeck.jobs.log
|-- rundeck.options.log
|-- rundeck.log
`-- service.log
Different facilities log to their own files:
command.log
: Shell tools log their activity to the command.logrundeck.audit.log
: Authorization messages pertaining to aclpolicyrundeck.job.log
: Log of all job definition changesrundeck.options.log
: Logs remote HTTP requests for Options JSON datarundeck.log
: General Rundeck application messagesservice.log
: Standard input and output generated during runtimeSee the #log4j.properties section for information about customizing log message formats and location.
Streaming log plugins have two forms:
To learn how to develop your own Logging plugin see Plugin Developer Guide - Logging Plugin.