forked from External/greenlight
Added parameter for log level (#2546)
* Added parameter for log level * Added fix for Rubocop + RSpec check and `RAILS_LOG_LEVEL` is now optionally. Default value/log level is `info`. * Set default log level from `info` to `debug` for RSpec check... * Update application.rb Moving it to config/environments/production.rb * Update production.rb * Update production.rb Forgot to change the default logging level again from `:debug` to :info` Co-authored-by: kaihen <>
This commit is contained in:
@ -259,6 +259,11 @@ ENABLE_SSL=true
|
||||
# RAILS_LOG_REMOTE_PORT=9999
|
||||
# RAILS_LOG_REMOTE_TAG=greenlight
|
||||
|
||||
# Specify the log level
|
||||
# Allowed values are: debug|info|warn|error|fatal|unknown
|
||||
# For details, see: https://docs.ruby-lang.org/en/master/Logger.html
|
||||
#RAILS_LOG_LEVEL=info
|
||||
|
||||
# Database settings
|
||||
#
|
||||
# Greenlight may work out of the box with sqlite3, but for production it is recommended to use postgresql.
|
||||
|
Reference in New Issue
Block a user