8000 Add the possibility to output the logs of the Java tracer in JSON by cecile75 · Pull Request #8083 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Add the possibility to output the logs of the Java tracer in JSON #8083

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

Merged
merged 26 commits into from
Mar 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused import
  • Loading branch information
Cecile Terpin committed Dec 30, 2024
commit 1179ee5c35278d706de3f9ac12af542f5bfc9dd0
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package datadog.trace.logging.simplelogger

import datadog.trace.logging.LogLevel
import org.slf4j.Marker
import spock.lang.Shared
import spock.lang.Specification

Expand Down
Loading
0