mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
docs: disable runner log levels (#2042)
This commit is contained in:
@@ -1573,6 +1573,17 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
env:
|
||||
# Disable various runner entrypoint log levels
|
||||
- name: LOG_DEBUG_DISABLED
|
||||
value: "true"
|
||||
- name: LOG_NOTICE_DISABLED
|
||||
value: "true"
|
||||
- name: LOG_WARNING_DISABLED
|
||||
value: "true"
|
||||
- name: LOG_ERROR_DISABLED
|
||||
value: "true"
|
||||
- name: LOG_SUCCESS_DISABLED
|
||||
value: "true"
|
||||
# Issues a sleep command at the start of the entrypoint
|
||||
- name: STARTUP_DELAY_IN_SECONDS
|
||||
value: "2"
|
||||
|
||||
Reference in New Issue
Block a user