json-logging-python icon indicating copy to clipboard operation
json-logging-python copied to clipboard

Cloud-native distributed Python logging library to emit JSON log that can be easily indexed by logging infrastructure

Results 24 json-logging-python issues
Sort by recently updated
recently updated
newest added

Messages logged by the `__init()` function by the `json_logging logger` are generally wrapped in `ENABLE_JSON_LOGGING_DEBUG and ...` - apart from one log event - https://github.com/bobbui/json-logging-python/blob/0e520ccafbabdd3cb2ee1e4a48e342df1fde8c95/json_logging/__init__.py#L130 This is the only message...

When running in Python 3.12 and above, the following warning is issued: ``` .../site-packages/json_logging/__init__.py:247: DeprecationWarning: datetime is deprecated and scheduled for removal in a future version. Use timezone-aware objects to...

### **PR Type** Enhancement ___ ### **Description** - Modernize Python code to support versions 3.9-3.12 - Replace deprecated `datetime.utcnow()` with timezone-aware alternative - Update string formatting to use f-strings -...

Review effort 2/5