-
Notifications
You must be signed in to change notification settings - Fork 120
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
double log output when using httpbeast #286
Comments
I agree. It would be nice to be able to specify the logging. For now I use something like this: if logging.getHandlers().len() > 0:
for logger in getHandlers():
logger.fmtStr = "[$datetime] - $levelname: "
logger.levelThreshold = (when defined(release): lvlInfo else: lvlAll) |
I have a PR for this one on my to-do list. @dom96, do you have any preferences to a solution? |
@ThomasTJdev would like to see your changes for the fix, had you closed the PR? |
@ohPaco I have not started on it yet. I would prefer to have dom96's thoughts on a preferable solution before starting. |
@ThomasTJdev understood. @dom96 would you be able to comment on this issue? |
I'm not sure what options there are. I would need to have a look to know. If you guys had a look and have some ideas let me know and we can discuss which one would be best. |
@ThomasTJdev having looked into the issue, do you have any ideas? |
The text was updated successfully, but these errors were encountered: