Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(logging): remove unnecessary blank lines in formatter classes
Remove extra blank lines in the CustomFormatter, ConsoleFormatter, and JSONFormatter classes for cleaner code formatting. refactor(main): adjust log format adapter initialization Move the initialization of the log format adapter out of the startup event in app/main.py for better code clarity and structure. Add logging for the current logging format at startup.
- Loading branch information