lablup / backend.ai

Backend.AI is a streamlined, container-based computing cluster platform that hosts popular computing/ML frameworks and diverse programming languages, with pluggable heterogeneous accelerator support including CUDA GPU, ROCm GPU, TPU, IPU and other NPUs.
https://www.backend.ai
GNU Lesser General Public License v3.0
519 stars 153 forks source link

feat: Configure the logging module's config file to use Pydantic #2834

Open Yaminyam opened 2 months ago

Yaminyam commented 2 months ago

Ensure that the logging module's config file is validated using pydantic.

Make logging module-specific settings that wsproxy implements in its own config file common to the logging module.

If you are working on replacing trafaret with pydantic and you have resolved any dependencies on the logging module, you can replace config_pydantic.py with config.py

Checklist: (if applicable)