mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
feat(gateway): add option for outputting logs as JSON (#10620)
To enable customers to ingest flow logs (#8353) into various SIEMS, outputting structured logs is crucial.
This commit is contained in:
@@ -22,7 +22,11 @@ export default function Gateway() {
|
||||
|
||||
return (
|
||||
<Entries downloadLinks={downloadLinks} title="Gateway">
|
||||
<Unreleased></Unreleased>
|
||||
<Unreleased>
|
||||
<ChangeItem pull="10620">
|
||||
Adds a `--log-format` CLI option to output logs as JSON.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.4.17" date={new Date("2025-10-16")}>
|
||||
<ChangeItem pull="10367">
|
||||
Fixes a rare CPU-spike issue in case a Client connected with many
|
||||
|
||||
Reference in New Issue
Block a user