> "보기 좋은 로그가 읽기도 좋다" ### Persistent Need a way to revisit the logs. - [ ] [TimedRotatingFileHandler] - Write to `log/{YYYY-MM-DD}.txt` - [ ] [cysystemd] - Journalctl integration [TimedRotatingFileHandler]: https://docs.python.org/3/library/logging.handlers.html#timedrotatingfilehandler [cysystemd]: https://pypi.org/project/cysystemd/ ### Ephemeral A logger for stdout, with colored messages and pretty-printed exceptions. - [ ] [rich.logging](https://rich.readthedocs.io/en/stable/logging.html) - [ ] [loguru](https://github.com/Delgan/loguru)
Persistent
Need a way to revisit the logs.
log/{YYYY-MM-DD}.txtEphemeral
A logger for stdout, with colored messages and pretty-printed exceptions.