Releases: jhannes/logevents
Releases · jhannes/logevents
Revamped SlackLogEventObserver
- 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
LogEventsServlet improvements + more compact SlackLogEventFormatter
- 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
- Support %mdc in FileLogEventObserver.filenamePattern
- BatchingLogEventObserver support for custom batch rules
ElasticsearchLogEventObserver and ExpectedLogEventsRule improvements
- ExpectedLogEventsRule gets more flexible matching
- Added ElasticsearchLogEventObserver
Improvments to useability and configuration
- 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
logevents-parent-0.1.19.2 [maven-release-plugin] copy for tag logevents-parent-0.1.19.2
Hotfix - NullPointerException in LogEventBuffer
logevents-parent-0.1.19.1 [maven-release-plugin] copy for tag logevents-parent-0.1.19.1
Bugfixes
Log Event web console now includes both correct applicationName and nodeName; DatabaseLogEventObserver has better column definitions for all columns
Embedded `LogEventHttpServer`
- Embedded
LogEventHttpServer
OpenIdConfiguration.requiredClaim
- Add
LogEvent.applicationName
toDatabaseLogEventObserver
andSlackFormatter
ConsoleFormatter
includes all MDC variables by defaultConsoleFormatter
creates clickable links to source code (when run in IntelliJ)- Bugfix:
LogEventBuffer.query
forgot to apply filter