add topics for logging
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m53s

This commit is contained in:
Lee
2024-04-19 23:24:51 +01:00
parent e5935c6696
commit cf8e27f039
14 changed files with 22 additions and 22 deletions

View File

@ -14,7 +14,7 @@ import org.springframework.web.filter.ShallowEtagHeaderFilter;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Getter @Log4j2
@Getter @Log4j2(topic = "Config")
@Configuration
public class Config {
public static Config INSTANCE;