1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-19 22:49:29 +08:00
Files
Alas/module
18870 445877e43b Fix: Logging error when update failed
When retry failed, It calls logger.exception() which use traceback.print_exception() which use print(msg, file=file) to output. In Updater.update(), we monkey patch builtin.print() to logger.info() which don't have keyword argument `file`.
Set logger=None in retry decorator to avoid calling logger.exception()
2022-01-16 19:51:48 +08:00
..
2022-01-10 00:25:07 +08:00
2022-01-15 22:17:34 +08:00
2022-01-16 15:19:02 +08:00
2022-01-16 15:19:02 +08:00
2022-01-15 22:17:34 +08:00
2021-12-01 23:44:59 +08:00
2022-01-02 15:15:42 +08:00
2021-12-16 13:37:57 +08:00
2022-01-16 15:19:02 +08:00