File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actionmailbox/test/dummy/config/environments
actiontext/test/dummy/config/environments
activestorage/test/dummy/config/environments
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
# Prepend all log lines with the following tags.
60
60
config . log_tags = [ :request_id ]
61
61
62
- # Info include generic and useful information about system operation, but avoids logging too much
62
+ # "info" includes generic and useful information about system operation, but avoids logging too much
63
63
# information to avoid inadvertent exposure of personally identifiable information (PII). Use "debug"
64
64
# for everything.
65
65
config . log_level = ENV . fetch ( "RAILS_LOG_LEVEL" ) { "info" }
Original file line number Diff line number Diff line change 59
59
# Prepend all log lines with the following tags.
60
60
config . log_tags = [ :request_id ]
61
61
62
- # Info include generic and useful information about system operation, but avoids logging too much
62
+ # "info" includes generic and useful information about system operation, but avoids logging too much
63
63
# information to avoid inadvertent exposure of personally identifiable information (PII). Use "debug"
64
64
# for everything.
65
65
config . log_level = ENV . fetch ( "RAILS_LOG_LEVEL" ) { "info" }
Original file line number Diff line number Diff line change 59
59
# Prepend all log lines with the following tags.
60
60
config . log_tags = [ :request_id ]
61
61
62
- # Info include generic and useful information about system operation, but avoids logging too much
62
+ # "info" includes generic and useful information about system operation, but avoids logging too much
63
63
# information to avoid inadvertent exposure of personally identifiable information (PII). Use "debug"
64
64
# for everything.
65
65
config . log_level = ENV . fetch ( "RAILS_LOG_LEVEL" ) { "info" }
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Rails.application.configure do
67
67
# Prepend all log lines with the following tags.
68
68
config.log_tags = [ :request_id ]
69
69
70
- # Info include generic and useful information about system operation, but avoids logging too much
70
+ # "info" includes generic and useful information about system operation, but avoids logging too much
71
71
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
72
72
# want to log everything, set the level to "debug".
73
73
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
You can’t perform that action at this time.
0 commit comments