-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
Rails tagged log support #8
Conversation
Is this dead? |
Good question. I am still waiting for a response. At the moment I am using my own fork in a project and without any problems. |
Would be so nice to have that merged! |
Any news on this? |
+1 would love to have this in. |
@mitnal Thanks for contributing to this project! To continue merging this PR, we need you to sign our Individual Contributor Assignment Agreement as described in https://www.graylog.org/contributing-to-graylog/ |
@joschi Sorry but I do not feel comfortable signing anything I do not fully understand and so I will not sign the CAA. And honestly I do not have time or patience to try to understand any kind of CAA. But if anybody wants to base (even copy/paste) her/his pull request on my changes feel free to do so. |
@mitnal I'll create a new pull request based on this code when I get some time next week. I've already signed the CAA. Not having tagged logs in our app has made it difficult for us to really debug properly, so this has been a pain point for us for a while. |
Hi,
I just added Rails tagged logging support (via
config.log_tags
/default_options['tags']
), similar toActiveSupport::TaggedLogging
.The Tags are added to the hash as custom gelf message (
'_tag_name' => <tag>
).Example usage: