We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a9aa99 + 5ea1762 commit 4238caeCopy full SHA for 4238cae
core/src/main/resources/application.properties
@@ -41,13 +41,6 @@ security.jwt.verify-email.expiration-hours=${JWT_VERIFY_EMAIL_EXPIRATION_HOURS}
41
security.brute-force.max-attempts=${BRUTE_FORCE_MAX_ATTEMPTS}
42
security.brute-force.block-time-minutes=${BRUTE_FORCE_BLOCK_TIME_MINUTES}
43
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
-
51
# Cache
52
spring.cache.caffeine.spec=${CACHE_CAFFEINE_SPEC}
53
0 commit comments