MM: set term width in logs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2a5c65051b
commit
5439baec1b
2 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,10 @@ spec:
|
|||
- "--category"
|
||||
- "{{ cronjob.category }}"
|
||||
- "crawl"
|
||||
env:
|
||||
# Defaults to 80 columns, not very readable
|
||||
- name: COLUMNS
|
||||
value: "160"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
|
|
|
@ -22,6 +22,10 @@ spec:
|
|||
- "--threads"
|
||||
- "50"
|
||||
- "propagation"
|
||||
env:
|
||||
# Defaults to 80 columns, not very readable
|
||||
- name: COLUMNS
|
||||
value: "160"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
|
@ -58,6 +62,10 @@ spec:
|
|||
- "CentOS"
|
||||
- "--version"
|
||||
- "9-stream"
|
||||
env:
|
||||
# Defaults to 80 columns, not very readable
|
||||
- name: COLUMNS
|
||||
value: "160"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue