Skip to content

Commit

Permalink
Split access and server logs using log4rs
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Oct 25, 2023
1 parent 46aac17 commit 62be6de
Show file tree
Hide file tree
Showing 9 changed files with 508 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `heartbeats_queue_size` now defaults to 2048 instead of 32 (#37)
- **Breaking change**: Keytab file path must be specified only once for all collectors (using Kerberos authentication)
- A malformed event will no longer stop the event stream (for a computer/subscription) because formatters are not allowed to fail. In problematic cases, some work is done to try to recover the raw data of the event, and an `OpenWEC.Error` field is added (in the JSON formatter) to help catch the problem (#47)
- **Breaking change**: Split access and server logs. Configuration file format has been updated. (#52)

## [0.1.0] - 2023-05-30

Expand Down
177 changes: 170 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 62be6de

Please sign in to comment.