Skip to content

Commit 4238cae

Browse files
authored
Merge pull request #563 from ita-social-projects/task/9253/Create-a-single-point-of-configuration-for-the-logging-system
Task #9253 transferred logger configuration from an application to azure key vault
2 parents 1a9aa99 + 5ea1762 commit 4238cae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/src/main/resources/application.properties

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ security.jwt.verify-email.expiration-hours=${JWT_VERIFY_EMAIL_EXPIRATION_HOURS}
4141
security.brute-force.max-attempts=${BRUTE_FORCE_MAX_ATTEMPTS}
4242
security.brute-force.block-time-minutes=${BRUTE_FORCE_BLOCK_TIME_MINUTES}
4343

44-
# Logger
45-
logging.level.root=${LOGGING_LEVEL_ROOT:debug}
46-
logging.level.greencity.exception.handler.CustomExceptionHandler=${LOGGING_LEVEL_EXCEPTION_HANDLER:ERROR}
47-
logging.file.path=${LOGGING_FILE_PATH:logs}
48-
logging.file.name=${LOGGING_FILE_NAME:logs/log.log}
49-
logging.pattern.file=%d{"yyyy/MM/dd HH:mm:ss,SSS"} %magenta([%thread]) %highlight(%-5level) %M\\(%F:%L\\) - %msg%n
50-
5144
# Cache
5245
spring.cache.caffeine.spec=${CACHE_CAFFEINE_SPEC}
5346

0 commit comments

Comments
 (0)