-
Couldn't load subscription status.
- Fork 5
Remove debug setting and conditional to turn on logging #66
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
base: develop
Are you sure you want to change the base?
Conversation
|
📚 Documentation preview will be available at: https://developmentseed.github.io/titiler-cmr/pr-previews/pr-66/ Status: ✅ Preview is ready! |
|
@hrodmn this produces logs like: What do you think? I did a brief review of https://docs.python.org/3/library/logging.config.html#logging-config-dictschema and everything in the example config seems reasonable, although I removed the additional "detailed" formatter. |
I think it is possible to make all of the nested parameters more like actual JSON instead of just strings. The middleware should pass all of info via the I would try disabling the custom |
|
@hrodmn I just had to sanity check myself but that is what I tried initially: with no custom configDict and all I saw is the request received message (no But let me do some digging and see if I can figure out why that is... |
|
Ok so my understanding is the
This app already had a |
|
Logs now appear like: |


No description provided.