Update harbor default log level to info (#4639)

This commit is contained in:
Yan 2018-04-12 19:04:44 +08:00 committed by GitHub
parent 04bad55134
commit 946b4b4ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PORT=8080
LOG_LEVEL=debug
LOG_LEVEL=info
EXT_ENDPOINT=$public_url
AUTH_MODE=$auth_mode
SELF_REGISTRATION=$self_registration

View File

@ -1,4 +1,4 @@
LOG_LEVEL=debug
LOG_LEVEL=info
CONFIG_PATH=/etc/ui/app.conf
UI_SECRET=$ui_secret
JOBSERVICE_SECRET=$jobservice_secret