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

Feature/tagged logging #1

Merged
merged 6 commits into from
Jul 29, 2020

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

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    73e3838 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    1f799ca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    687b248 View commit details
    Browse the repository at this point in the history
  2. Fix CI for JRuby

    Meat-Chopper committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e7ab696 View commit details
    Browse the repository at this point in the history