Merge branch 'develop' into feature/autocomplete-tags
This commit is contained in:
@@ -2,6 +2,8 @@ RAILS_ENV=development
|
|||||||
PORT=3001
|
PORT=3001
|
||||||
WEB_CONCURRENCY=0
|
WEB_CONCURRENCY=0
|
||||||
RAILS_LOG_TO_STDOUT=true
|
RAILS_LOG_TO_STDOUT=true
|
||||||
|
# Log Level options: "INFO" | "DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL"
|
||||||
|
RAILS_LOG_LEVEL=INFO
|
||||||
RAILS_SERVE_STATIC_FILES=true
|
RAILS_SERVE_STATIC_FILES=true
|
||||||
SECRET_KEY_BASE=test
|
SECRET_KEY_BASE=test
|
||||||
APP_HOST=http://localhost:3001
|
APP_HOST=http://localhost:3001
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
.sk-panel-row
|
.sk-panel-row
|
||||||
p.sk-p
|
p.sk-p
|
||||||
| Extensions use an offline messaging system to communicate. Learn more at
|
| Extensions use an offline messaging system to communicate. Learn more at
|
||||||
|
|
|
||||||
a.sk-a.info(
|
a.sk-a.info(
|
||||||
href='https://standardnotes.org/permissions',
|
href='https://standardnotes.org/permissions',
|
||||||
rel='noopener',
|
rel='noopener',
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ Rails.application.configure do
|
|||||||
config.logger = ActiveSupport::Logger.new(STDOUT)
|
config.logger = ActiveSupport::Logger.new(STDOUT)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.log_level = ENV.fetch('RAILS_LOG_LEVEL', 'INFO').to_sym
|
||||||
|
|
||||||
config.colorize_logging = false
|
config.colorize_logging = false
|
||||||
config.logger.formatter = StandardNotesFormatter.new
|
config.logger.formatter = StandardNotesFormatter.new
|
||||||
|
|
||||||
@@ -64,10 +66,6 @@ Rails.application.configure do
|
|||||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||||
# config.force_ssl = true
|
# config.force_ssl = true
|
||||||
|
|
||||||
# Use the lowest log level to ensure availability of diagnostic information
|
|
||||||
# when problems arise.
|
|
||||||
config.log_level = :info
|
|
||||||
|
|
||||||
# Prepend all log lines with the following tags.
|
# Prepend all log lines with the following tags.
|
||||||
# config.log_tags = [ :subdomain, :uuid ]
|
# config.log_tags = [ :subdomain, :uuid ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user