Closed panic08 closed 2 days ago
Our project has lombok installed, and we use the @Slf4j annotation in many classes for error logging. However, there are places where we use normal stack trace. I propose to unify this and use @Slf4j everywhere
@Slf4j
Our project has lombok installed, and we use the
@Slf4j
annotation in many classes for error logging. However, there are places where we use normal stack trace. I propose to unify this and use@Slf4j
everywhere