mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Good catch! APP_LOG -> LOG_CHANNEL
This commit is contained in:
parent
0c7d4a709a
commit
1981b79557
|
@ -155,7 +155,7 @@ RESET_PASSWORD_LINK_EXPIRES=900
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: MISC
|
# OPTIONAL: MISC
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_LOG=stderr
|
LOG_CHANNEL=stderr
|
||||||
LOG_MAX_DAYS=10
|
LOG_MAX_DAYS=10
|
||||||
APP_LOCKED=false
|
APP_LOCKED=false
|
||||||
APP_CIPHER=AES-256-CBC
|
APP_CIPHER=AES-256-CBC
|
||||||
|
|
|
@ -93,7 +93,7 @@ DISABLE_NOSAML_LOCAL_LOGIN=true
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: MISC
|
# OPTIONAL: MISC
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_LOG=single
|
LOG_CHANNEL=single
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
LOG_SLACK_WEBHOOK_URL=null
|
LOG_SLACK_WEBHOOK_URL=null
|
||||||
|
|
|
@ -158,7 +158,7 @@ PASSWORD_RESET_MAX_ATTEMPTS_PER_MIN=50
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: MISC
|
# OPTIONAL: MISC
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_LOG=single
|
LOG_CHANNEL=single
|
||||||
LOG_MAX_DAYS=10
|
LOG_MAX_DAYS=10
|
||||||
APP_LOCKED=false
|
APP_LOCKED=false
|
||||||
APP_CIPHER=AES-256-CBC
|
APP_CIPHER=AES-256-CBC
|
||||||
|
|
|
@ -70,5 +70,5 @@ SECURE_COOKIES=false
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: APP LOG FORMAT
|
# OPTIONAL: APP LOG FORMAT
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_LOG=single
|
LOG_CHANNEL=single
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
|
|
|
@ -34,4 +34,4 @@ IMAGE_LIB=gd
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: APP LOG FORMAT
|
# OPTIONAL: APP LOG FORMAT
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_LOG=single
|
LOG_CHANNEL=single
|
2
app.json
2
app.json
|
@ -118,7 +118,7 @@
|
||||||
"description": "The duration (in seconds) that the user should be blocked from attempting to authenticate again.",
|
"description": "The duration (in seconds) that the user should be blocked from attempting to authenticate again.",
|
||||||
"value": "60"
|
"value": "60"
|
||||||
},
|
},
|
||||||
"APP_LOG": {
|
"LOG_CHANNEL": {
|
||||||
"description": "Driver to send logs to. (errorlog for stderr)",
|
"description": "Driver to send logs to. (errorlog for stderr)",
|
||||||
"value": "errorlog"
|
"value": "errorlog"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue