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

feat: adds support to group logs of the same http request #257

Merged
merged 4 commits into from Dec 8, 2020

Commits on Dec 4, 2020

  1. feat: adds support to group logs of the same http request

    With TraceLoggingEventEnhancer users can set the traceId of the incoming request and then all the logs that will be created on the same thread will have the traceId property set to that traceId. This allows Cloud Logging to group log entries from the same request in the UI for easier troubleshooting
    simonz130 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b26a0ea View commit details
    Browse the repository at this point in the history
  2. feat: adds support to group logs of the same http request

    With TraceLoggingEventEnhancer users can set the traceId of the incoming request and then all the logs that will be created on the same thread will have the traceId property set to that traceId. This allows Cloud Logging to group log entries from the same request in the UI for easier troubleshooting
    simonz130 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2c67971 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Fix comment typo

    simonz130 committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f56da78 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/com/google/cloud/logging/logback/TraceLoggingEve…

    …ntEnhancer.java
    
    Co-authored-by: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
    Simon Zeltser and yoshi-code-bot committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    899f68e View commit details
    Browse the repository at this point in the history