Skip to content
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

Add tagged logging support #35

Closed

Commits on May 8, 2015

  1. Add tagged logging support

    Implement tagged logging similar to ActiveSupport::TaggedLogging.
    markglenn committed May 8, 2015
    Configuration menu
    Copy the full SHA
    3c50c8a View commit details
    Browse the repository at this point in the history
  2. Use log_tags attribute on logger

    Don't use the default_options to pass the tags into the logger.  This
    causes the tags field to be sent over to graylog as an array.  Instead
    pass the tag names into an attribute called log_tags that matches with
    the Rails standard of config.log_tags.
    markglenn committed May 8, 2015
    Configuration menu
    Copy the full SHA
    43f3d4e View commit details
    Browse the repository at this point in the history