You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run endpoints from SampleController or when I run tests, the datasource-proxy-sample module is not producing any logs into console. My first thought was there's something broken with the library. But later I found its due to the default log levels on the config.
I needed to change the log level with one of the following:
NOT A BUG!
When I run endpoints from SampleController or when I run tests, the
datasource-proxy-sample
module is not producing any logs into console. My first thought was there's something broken with the library. But later I found its due to the default log levels on the config.I needed to change the log level with one of the following:
OR
Please document this somewhere on the README file so that people won't run into any confusion. Let me you if you accept PRs.
The text was updated successfully, but these errors were encountered: