-
Notifications
You must be signed in to change notification settings - Fork 128
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
No Output #48
Comments
Note, running with |
The default logger as you are using it uses the I hope this helps. |
This was far, far too hidden, and we spent far, far too much time finding it. Thanks, will give this a try. It's a strange construction though, do I really need to use a different filter depending on whether the app is in dev/prod? The default is DevelopmentFilter. Since we use a FileOutput, we very much want to log in production, so we can generate a log file for reporting in release. Edit: Suppose we'll just stick to ProductionFilter for everything. |
This indeed was too hidden and unexpected behaviour. If I only want them while developing I might aswell use print everywhere. Using ProductionFilter for everything now aswell. |
I'm getting no log output.
pubspec.yaml
main.dart
"Logger is working" doesn't print, but "logger" does.
The text was updated successfully, but these errors were encountered: