-
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
Logger Configuration doesn't work. #88
Comments
Hey @Alivers . Thanks for writing again! |
hi @solanoepalacio, I found the problem that is I called the relayerEngine’s getLogger method which initialized the global logger firstly. So after that the logger instance wouldn’t be changed. Surely, I shouldn’t call that method manually, or maybe the method may not be exported? |
It's not necessary to use the relayer-engine logger inside the plugin. You probably want to hook up there whatever logging mechanism you use across your services. |
Thank you so much!! Hope the engine gets more better.😆 |
Logger configuration defined in
common config
doesn't work.Common config, set the logLevel as debug:
start relayer, the config did't be effect.
The text was updated successfully, but these errors were encountered: