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

Structlog #4176

Closed
wants to merge 22 commits into from
Closed

Structlog #4176

wants to merge 22 commits into from

Commits on Oct 26, 2021

  1. init

    Nathaniel May committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5c9fd07 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Initial structured logging work with fire_event (#4137)

    add event type modeling and fire_event calls
    Nathaniel May authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1015b89 View commit details
    Browse the repository at this point in the history
  2. context call sites (#4164)

    * updated context dir to new structured logging
    emmyoop authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a3dc5ef View commit details
    Browse the repository at this point in the history
  3. Handle exec info (#4168)

    handle exec info
    Nathaniel May authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    87b8ca9 View commit details
    Browse the repository at this point in the history
  4. Client call sites (#4163)

    update log call sites with new event system
    Nathaniel May authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e29db58 View commit details
    Browse the repository at this point in the history
  5. Change Graph logger call sites (#4165)

    graph call sites for structured logging
    Nathaniel May authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d2f0e2d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. add structlog to event module

    Nathaniel May committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    415cc9c View commit details
    Browse the repository at this point in the history
  2. move datetime into event type

    Nathaniel May committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    57d3642 View commit details
    Browse the repository at this point in the history
  3. refactor for cleaner if else tree

    Nathaniel May committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    593b562 View commit details
    Browse the repository at this point in the history
  4. use structlog configs

    Nathaniel May committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    55b3303 View commit details
    Browse the repository at this point in the history
  5. failed attempt at file logging

    Nathaniel May committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c087d3b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. make logger global

    Nathaniel May committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a975829 View commit details
    Browse the repository at this point in the history
  2. add comment

    Nathaniel May committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a517375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9febe38 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. first pass at json logging. fails.

    Nathaniel May committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6ca5fa8 View commit details
    Browse the repository at this point in the history
  2. remove print

    Nathaniel May committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    29f3476 View commit details
    Browse the repository at this point in the history
  3. bug fix for logging

    Nathaniel May committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d1b9fbb View commit details
    Browse the repository at this point in the history
  4. move two log messages to event system

    Nathaniel May committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b1db4d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. split out loggers into values

    Nathaniel May committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2c8f1c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. logging works now but too many times.

    Nathaniel May committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b8c9555 View commit details
    Browse the repository at this point in the history
  2. inline common processors

    Nathaniel May committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a546e79 View commit details
    Browse the repository at this point in the history
  3. use concrete stdlib loggers

    Nathaniel May committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1e2bcef View commit details
    Browse the repository at this point in the history