Metadata-Version: 2.1
Name: medwave-extended-logging
Version: 0.1.3
Summary: Logging utilities.
License: MIT
Author: Paweł Pozorski
Author-email: pawel.pozorski@medwave.app
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: medwave-extended-sql (>=0.2.0,<0.3.0)
Requires-Dist: sqlalchemy (>=2.0.30,<3.0.0)
Requires-Dist: sqlmodel (>=0.0.18,<0.0.19)
Requires-Dist: starlette (>=0.37.2,<0.38.0)
Description-Content-Type: text/markdown

# Logging package

This package contains the logging utilities.

### Known issues

Loggers do not always exit quietly (ie sometimes there remains task that is supposed to stop logger yet it never quits). This should not be production issue thus loggers on production should never reach their timeout.

