feat: add configurable log level

This commit is contained in:
Karol Sójko
2021-05-28 11:37:08 +02:00
parent 26732f5b8d
commit 737550096e
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ RAILS_ENV=development
PORT=3001
WEB_CONCURRENCY=0
RAILS_LOG_TO_STDOUT=true
# Log Level options: "INFO" | "DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL"
RAILS_LOG_LEVEL=INFO
RAILS_SERVE_STATIC_FILES=true
SECRET_KEY_BASE=test
APP_HOST=http://localhost:3001