Skip to content

Commit

Permalink
fix: add job_loggers in harbor setup yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Dec 6, 2023
1 parent 61f4c44 commit ebdf4e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/integration/harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ clair:
jobservice:
# Maximum number of job workers in job service
max_job_workers: 10
job_loggers:
- STD_OUTPUT
- FILE
# The jobLogger sweeper duration (ignored if `jobLogger` is `stdout`)
logger_sweeper_duration: 1 #days

Expand Down Expand Up @@ -100,7 +103,7 @@ log:
# port: 5140

#This attribute is for migrator to detect the version of the .cfg file, DO NOT MODIFY!
_version: 2.9.0
_version: 2.10.0

# Uncomment external_database if using external database.
# external_database:
Expand Down

0 comments on commit ebdf4e5

Please sign in to comment.