We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f48b6 commit e4ac922Copy full SHA for e4ac922
1 file changed
src/main/resources/application.properties
@@ -32,3 +32,8 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
32
33
##### jwt #####
34
spring.jwt.secret=${JWT_KEY}
35
+
36
+# 로그 레벨 설정
37
+logging.level.root=INFO
38
+logging.level.com.example.FixLog=DEBUG
39
+logging.file.name=logs/app.log
0 commit comments