Skip to content

Commit

Permalink
Document possible values for machine runner log settings (#9146)
Browse files Browse the repository at this point in the history
Co-authored-by: Akil Aikman <[email protected]>
  • Loading branch information
2 people authored and shellystuart committed Jan 9, 2025
1 parent 3297e4e commit e6cd0db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions jekyll/_cci2/machine-runner-3-configuration-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The URL will be pointing to `https://runner.circleci.com` by default. It should

`$CIRCLECI_RUNNER_LOGGING_LEVEL`

This sets the logging level for the `circleci-runner` service. The logging level defaults to `info`.
This sets the logging level for the `circleci-runner` service. The available logging levels are `debug`, `info`, `warn`, and `error`. By default, the logging level is set to `info`.

Example:

Expand All @@ -74,7 +74,12 @@ logging:

`$CIRCLECI_RUNNER_LOGGING_FORMAT`

This sets the logging format for the `circleci-runner` service used for stderr and file logging. The logging format defaults to `color`.
This sets the logging format for the `circleci-runner` service used for stderr and file logging. The available formats are:

- `color`: The default logging format, with color.
- `text`: Disables color but maintains standard logging output.
- `json`: Outputs logs in JSON format.
- `none`: Disables logging entirely.

Example:

Expand Down

0 comments on commit e6cd0db

Please sign in to comment.