You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments