quarkiverse / quarkus-logging-json

Quarkus logging extension outputting the logging in json.
Apache License 2.0
62 stars 28 forks source link

Support "source" fields from LogRecord #303

Open tmonney opened 2 months ago

tmonney commented 2 months ago

The following fields are now supported:

Since the LogRecord (or rather ExtLogRecord) class needs to inspect the call stack to determine these fields, and since this may be expensive, the new fields are disabled by default and must explicitly be enabled in the configuration.