mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 04:42:03 +00:00
Currently, the clients only send JSON formatted logs to the configured log directory. These are very hard to read as a human because one has to re-assemble the spans and fields that we use extensively in connlib's logs. With this patch, the logs are sent to two files: `.jsonl` as JSON formatted and `.log` formatted in syslog format.
Connlib
Firezone's connectivity library shared by all clients.
Building Connlib
You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.