Skip to content

Commit

Permalink
default log-level should be WARNING not ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored May 14, 2024
1 parent 3af1e83 commit ab15293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-create-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def create_wis2box_env(config_dir: str) -> None:
fh.write('WIS2BOX_API_BACKEND_URL=http://elasticsearch:9200\n')
fh.write('\n')
fh.write('# logging\n')
fh.write('WIS2BOX_LOGGING_LOGLEVEL=ERROR\n')
fh.write('WIS2BOX_LOGGING_LOGLEVEL=WARNING\n')
fh.write('WIS2BOX_LOGGING_LOGFILE=stdout\n')
fh.write('\n')
fh.write('# WIS2BOX WEBAPP credentials\n')
Expand Down

0 comments on commit ab15293

Please sign in to comment.