bobbui / json-logging-python

Cloud-native distributed Python logging library to emit JSON log that can be easily indexed by logging infrastructure
Apache License 2.0
302 stars 61 forks source link

Is this compatible with bottlepy framework? #87

Open chandruxp opened 2 years ago

chandruxp commented 2 years ago

Is the custom formatter compatible with bottlepy framework and gevent server?

bobevenup commented 2 years ago

hi @chandruxp, you can use it to do normal logging, but if you want correlation-id to be emitted together, we need to extend this library to support. PR is welcomed