You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS Code extension is currently tailing the existing .log file, which includes a lot of prefixed information that isn't needed. If we can use a JSON log file, that extra information could be saved as key/value pairs, and when the extension tails the file, it can use a LogOutputChannel (like its own logging) to handle log formatting and log level changes, and select which field(s) should be shown in the Confluent (Sidecar) output channel.
The VS Code extension is currently tailing the existing
.log
file, which includes a lot of prefixed information that isn't needed. If we can use a JSON log file, that extra information could be saved as key/value pairs, and when the extension tails the file, it can use aLogOutputChannel
(like its own logging) to handle log formatting and log level changes, and select which field(s) should be shown in theConfluent (Sidecar)
output channel.One option is to use https://quarkus.io/extensions/io.quarkus/quarkus-logging-json/
Suggestions for fields (if they aren't already provided):
The text was updated successfully, but these errors were encountered: