Tjahzi Versions Save

Java clients, log4j2 and logback appenders for Grafana Loki

tjahzi-parent-0.9.32

8 months ago

Fix for issue #86 when running on a 32bit JVM.

tjahzi-parent-0.9.31

10 months ago

Upgraded Netty to the newest version (4.1.94.Final) per usual CVE issues.

tjahzi-parent-0.9.30

1 year ago

SSL connections will now include SNI which will allow proxy to forward client traffic to the right server during TLS/SSL handshake. It also allows server to present one of multiple possible certificates on the same IP address and TCP port.

tjahzi-parent-0.9.29

1 year ago

PR #108 adds logger_name and thread_name tags to configuration. This enables passing logger name and logging thread name as a Loki label with every line logged.

Thank you @jeantil for contributing the implementation.

tjahzi-parent-0.9.28

1 year ago

Both Log4j2 and Logback now support option useDaemonThreads. When enabled Tjahzi will start its two internal threads (worker and log shipper) as daemon threads. This option is disabled by default. JVM would not terminate as long as there are non daemon threads. The purpose of this option is to allow applications that do not explicitly close the logging system to still exit cleanly.

Enabling this option is not recommended as it will cause non flushed messages to be lost during shutdown.

tjahzi-parent-0.9.26

1 year ago

LICENSE has been reverted to MIT.

tjahzi-parent-0.9.25

1 year ago

LICENSE has been reverted to MIT.

tjahzi-parent-0.9.24

1 year ago

tjahzi-parent-0.9.23

2 years ago

Due to reported CVEs against older versions.

tjahzi-parent-0.9.22

2 years ago

Older Netty had some CVEs.