A high-speed java logging framework based on Chronicle; enables logs to be written to shared mem and then to syslog
Stars
0
Forks
2
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
changed loggers to be text-based, as exceptions thrown were being treated as binary files, causing the llc to complain about missing files
aef12c7View on GitHubfixed issues where the local log collector was creating too many syslog connections; also fixed the application name to be the name of the chronicle; lastly, fixed issues where the locallog collector would repeatedly replay the chronicle files
6748505View on GitHubmoved back to binary chronicles; added try/catch block to catch unserializable exceptions and use the formatted message instead of passing the raw format and attributes to chronicle
9981616View on GitHubfixed a few teething issues, including that the binary chronicle was griping when Jetty was sending it a binary object
73842a7View on GitHubadding better documentation and fixing minor issues with thest harness
cbce4cfView on GitHub