docs: disable runner log levels (#2042)
This commit is contained in:
parent
666ce8f917
commit
a786dae450
|
|
@ -1573,6 +1573,17 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
env:
|
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
|
# Issues a sleep command at the start of the entrypoint
|
||||||
- name: STARTUP_DELAY_IN_SECONDS
|
- name: STARTUP_DELAY_IN_SECONDS
|
||||||
value: "2"
|
value: "2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue