Skip to content

Commit

Permalink
Added doc entries about rundeck.{job|options}.log log files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonor authored and gschueler committed Jun 7, 2011
1 parent c6d8a13 commit 7edfad7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/en/07-administration/07-chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,23 @@ 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.log
* `rundeck.audit.log`: Authorization messages pertaining to aclpolicy
* `rundeck.job.log`: Log of all job definition changes
* `rundeck.options.log`: Logs remote HTTP requests for Options JSON data
* `rundeck.log`: General RunDeck application messages
* `service.log`: Standard input and output generated during runtime

See the [#log4j.properties](#log4j.properties) section for information
about customizing log message formats and location.

## Backup and recovery

RunDeck backup should only be done with the server down.
Expand Down

0 comments on commit 7edfad7

Please sign in to comment.