You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-02-17 12:06:00.577 | ERROR | __main__:<module>:9 - Oups
Traceback (most recent call last):
> File "/home/delgan/Code/loguru/script.py", line 7, in <module>
rec()
└ <function rec at 0x7a13f1314720>
File "/home/delgan/Code/loguru/script.py", line 4, in rec
rec()
└ <function rec at 0x7a13f1314720>
File "/home/delgan/Code/loguru/script.py", line 4, in rec
rec()
└ <function rec at 0x7a13f1314720>
File "/home/delgan/Code/loguru/script.py", line 4, in rec
rec()
└ <function rec at 0x7a13f1314720>
[Previous line repeated 996 more times]
RecursionError: maximum recursion depth exceeded
Note the "[Previous line repeated 996 more times]".
The text was updated successfully, but these errors were encountered:
For example, the following snippet:
Should produce the following logs:
Note the "[Previous line repeated 996 more times]".
The text was updated successfully, but these errors were encountered: