GoogleCloudPlatform / fluent-plugin-detect-exceptions

A fluentd plugin that scans line-oriented log streams and combines exceptions stacks into a single log entry.
Apache License 2.0
192 stars 69 forks source link

Java error message and stack trace in the same log line #73

Open dloiko opened 4 years ago

dloiko commented 4 years ago

Feature request: Can we combine the java error message and stack trace to be in the same log line, e.g.:

logger.error(message, stacktrace) should produce

Timestamp error_level message stacktrace

instead of

Timestamp error_level message Timestamp error_level stacktrace