Browse Source

:loud_sound: use syslog as default log channel

Jeremy Zheng 2 years ago
parent
commit
11bdd0d20a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/roles/mint-v2/templates/v2/env.j2

+ 1 - 1
deploy/roles/mint-v2/templates/v2/env.j2

@@ -8,7 +8,7 @@ APP_KEY={{ app_secret_key }}
 APP_DEBUG=false
 APP_DEBUG=false
 APP_URL="https://{{ app_domain }}"
 APP_URL="https://{{ app_domain }}"
 
 
-LOG_CHANNEL=daily
+LOG_CHANNEL=syslog
 LOG_DEPRECATIONS_CHANNEL=null
 LOG_DEPRECATIONS_CHANNEL=null
 LOG_LEVEL=debug
 LOG_LEVEL=debug