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
Describe the bug
Using a shared richlogger object in the project, calling WithFields to print business logs. In high-frequency operation modules, WithFields continuously appends fields, causing high memory allocation and long GC time, which slows down system execution.