We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there anyway to have one of the outputs filter out Personally identifiable information, while having the other output have no filtering?
multi_logger = LogStashLogger.new( type: :multi_logger, outputs: [ { type: :file, path: 'log/raw.log', formatter: ::Logger::Formatter }, { type: :file, path: 'log/filtered.log', formatter: ::Logger::Formatter } ])
The text was updated successfully, but these errors were encountered:
Hi,
I imagine that you could implement a custom formatter used by the filtered log.
Sorry, something went wrong.
The logstop gem interfaces very well with Logstash and allows you to filter our PII easily!
logstop
No branches or pull requests
Is there anyway to have one of the outputs filter out Personally identifiable information, while having the other output have no filtering?
The text was updated successfully, but these errors were encountered: