Skip to content

Releases: jhannes/logevents

Revamped SlackLogEventObserver

17 Dec 16:20
Compare
Choose a tag to compare
  • Rewrote batching of SlackLogEventObserver, enabling throttling per MDC value #28
  • It's now possible to configure the directory where logevents reads configuration file as system property logevents.directory #30
  • It's not possible to install extra root observers with the properties files syntax root.observer.<observerName>=<level> #29

Bugfix and support for Java Modules

17 Dec 16:24
Compare
Choose a tag to compare
  • JPMS support #21
  • #22 Can set ExpectedLogEventsRule to allow unexpected LogEvents

LogEventsServlet improvements + more compact SlackLogEventFormatter

09 Sep 00:29
Compare
Choose a tag to compare
  • ApplicationInsightsLogEventObserver (Azure)
  • Allow starting LogEventsServlet even if configuration is incomplete
  • Extract JavaScript and CSS from logevents.html
  • More compact formatting with SlackLogEventsFormatter
  • BUGFIX: NullPointerException when DatabaseLogEventObserver logs message with arg new Object [] { null }

FileLogEventObserver supports %mdc etc in filename

09 Sep 00:27
Compare
Choose a tag to compare
  • Support %mdc in FileLogEventObserver.filenamePattern
  • BatchingLogEventObserver support for custom batch rules

ElasticsearchLogEventObserver and ExpectedLogEventsRule improvements

09 Sep 00:25
Compare
Choose a tag to compare
  • ExpectedLogEventsRule gets more flexible matching
  • Added ElasticsearchLogEventObserver

Improvments to useability and configuration

09 Sep 00:23
Compare
Choose a tag to compare
  • Welcome message and other improvements to LogEventStatus
  • Don't abort startup because unused observers are missing configuration
  • ExpectedLogEventsRule improvements

Hotfix: Throwable should be TEXT, not VARCHAR(100) in DatabaseLogEventObserver

09 Sep 00:20
Compare
Choose a tag to compare
logevents-parent-0.1.19.2

[maven-release-plugin] copy for tag logevents-parent-0.1.19.2

Hotfix - NullPointerException in LogEventBuffer

09 Sep 00:20
Compare
Choose a tag to compare
logevents-parent-0.1.19.1

[maven-release-plugin] copy for tag logevents-parent-0.1.19.1

Bugfixes

01 Jul 09:58
Compare
Choose a tag to compare

Log Event web console now includes both correct applicationName and nodeName; DatabaseLogEventObserver has better column definitions for all columns

Embedded `LogEventHttpServer`

16 Jun 21:48
Compare
Choose a tag to compare
  • Embedded LogEventHttpServer
  • OpenIdConfiguration.requiredClaim
  • Add LogEvent.applicationName to DatabaseLogEventObserver and SlackFormatter
  • ConsoleFormatter includes all MDC variables by default
  • ConsoleFormatter creates clickable links to source code (when run in IntelliJ)
  • Bugfix: LogEventBuffer.query forgot to apply filter