quantpylib.logger
As mentioned in the last post:
quantpylib now features a logger:
https://hangukquant.github.io/logger/logger/
The official documentation is now up. Like the base logging library, it is written to be thread-safe, and is an abstraction on top of the logging standard library. It features custom json formatters and file writers, as well as buffer-features to reduce file writes in latency sensitive scripts.
The JSON formatting is setup specifically for log analysis purposes downstream - such as a log aggregation and analysis.
IN the posts to follow, we will
demonstrate the use of the logging library and different formatters with quantpylib modules
show the setup of docker services to do log-ingestion
demonstrate the setting up of log analysis on grafana dashboards to analyze the ingested logs to monitor quant trade system health.
The quantpylib repo is meant for annual subscribers of HangukQuant - get access here: