-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When import telegramify_markdown, the log record is invalid. #53
Comments
Hmm seems to be causing some problems. I will remove the logger in the next version Before that, you can import
https://github.com/sudoskys/telegramify-markdown/blob/main/src/telegramify_markdown/logger.py |
Issue Report: Invalid Log Record upon Importing
|
We changed the logger to loguru global logger which is easier to configure. |
I set up logging in the program:
I found that after I imported this library, I couldn't log to the file (but I could see the log content in the console).
Even if I block it, it still affects the log.
How can I set it up?
The text was updated successfully, but these errors were encountered: