Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Reading logs functionality in json_logger #95

Closed Kraysent closed 2 years ago

Kraysent commented 2 years ago

Since all the logs are in the particular format, one might as well read them using the same logger that written them. There might be some functionality like filter logs by field or something like that.

Kraysent commented 2 years ago

Another side of that might be to intercepet JSON logs and print them in stdout in prettier (user-defined?) form.

Kraysent commented 2 years ago

Won't be done because of #111