diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bb02a4e3..3d5281a7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,10 +34,6 @@ spring: hibernate: format_sql: true -logging: - level: - root: DEBUG - # ----------------------- # dev # ----------------------- @@ -62,10 +58,6 @@ spring: hibernate: format_sql: true -logging: - level: - root: INFO - # ----------------------- # prod # ----------------------- @@ -89,7 +81,3 @@ spring: properties: hibernate: format_sql: true - -logging: - level: - root: WARN