Skip to content

Commit

Permalink
feat(ns8): added default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Apr 3, 2024
1 parent 4ff303b commit 9f50707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/ns8/imageroot/actions/create-module/10env
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ app_key = subprocess.run(
json.dump(
{
'APP_KEY': app_key,
'LOG_LEVEL': 'warning',
'LOG_CHANNEL': 'stderr',
'LOG_DEPRECATIONS_CHANNEL': 'stderr',
'DB_CONNECTION': 'pgsql',
Expand Down

0 comments on commit 9f50707

Please sign in to comment.