log client ip

This commit is contained in:
Donovan Daniels 2024-05-02 23:18:07 -05:00
parent 76dd6337a2
commit f09b14ef5b
Signed by: Donovan_DMC
GPG Key ID: 907D29CBFD6157BA

View File

@ -59,7 +59,7 @@ Rails.application.configure do
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
# Prepend all log lines with the following tags.
config.log_tags = %i[request_id forwarded_host]
config.log_tags = %i[remote_ip forwarded_host]
# Info include generic and useful information about system operation, but avoids logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII). If you