-
Notifications
You must be signed in to change notification settings - Fork 34
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
fixed string formatting errors #6
Conversation
So is this project dead? Should I use your repo instead, @hedin-hiervard? I get a bunch of errors after setting this to autoload (which seem to be fixed with your patches):
|
Feel free to use and contribute. I use this |
The first two commits look good, but the rest should go in separate PRs, as they're unrelated to fixing string formatting. The third commit also breaks compatibility by changing the names of the logging levels in a seemingly arbitrary manner, so this would need discussion. |
removed logfile path serializing
fixed default date formatting
I think this can be closed since the errors of this PR are already resolved in #8. |
Closing as superseded by later PRs. Thanks for the contribution! |
Prevented the logger to work in Godot 3.1.alpha1