Remove debug setting and conditional to turn on logging#66
Remove debug setting and conditional to turn on logging#66abarciauskas-bgse wants to merge 10 commits intodevelopfrom
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.