loguru
loguru copied to clipboard
how to save log to elastic
As the title, I want to save log to elastic. How to do it in a good manner.
Just use a Elastic function as a sink.
logger.add(write_log_to_elastic, format="[{time}] {message}")
I don't know Elastic API.
See also: https://github.com/Delgan/loguru/issues/503