-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Logger not resets log color #86
Comments
Hello @westito! |
Oh, sry. dio: ^4.0.6
talker_dio_logger: ^1.0.0 final _dio = Dio()..interceptors.add(
TalkerDioLogger(
settings: const TalkerDioLoggerSettings(
printRequestHeaders: true,
printResponseHeaders: true,
printResponseMessage: true,
),
),
); That's all code I have according to
|
I will check this bug in near future |
@Frezyx In much the same way, overriding the debug colors on TalkerFlutter.init() doesn't actually override the logger at all. It keeps the same default log colors:
|
Hello @nocturnalflame ! |
@Frezyx I tried to take a look. I'm not sure what's going on, but my IntelliJ isn't updating the colors. It seems whatever colors are defaulted for in TalkerFlutter.init(). I tried with just Talker(). It doesn't actually work at all even when I modify the source code to have the pen passed in directly. Not sure what I'm doing wrong. Maybe I can get some tips. I wouldn't mind contributing to the repository in some way as well too! |
The |
I made a PR for fix this issue and more. |
Hello @nocturnalflame ! |
Interesting. This may be a configuration issue on my end then... I'm not sure what's going on, but it isn't behaving as I expect it to. |
As I wrote above, you can't change the colors in logger widget. |
The text was updated successfully, but these errors were encountered: