I have a configuration in my Spring that includes a logging level:

logging:
level:
'[org.hibernate.persister.entity]': ${LOG_LEVEL}
logging:
level:
'[org.hibernate.persister.entity]': ${LOG_LEVEL}
There's an error that says:
Failed to bind properties under 'logging.level[org.hibernate.persister.entity]' to org.springframework.boot.logging.LogLevel:

Property: logging.level[org.hibernate.persister.entity]
Value: "${LOG_LEVEL}"
Origin: class path resource [application.yml] - 25:45
Reason: failed to convert java.lang.String to org.springframework.boot.logging.LogLevel (caused by java.lang.IllegalArgumentException: No enum constant org.springframework.boot.logging.LogLevel.${LOG_LEVEL})

Action:

Update your application's configuration. The following values are valid:

DEBUG
ERROR
FATAL
INFO
OFF
TRACE
WARN
Failed to bind properties under 'logging.level[org.hibernate.persister.entity]' to org.springframework.boot.logging.LogLevel:

Property: logging.level[org.hibernate.persister.entity]
Value: "${LOG_LEVEL}"
Origin: class path resource [application.yml] - 25:45
Reason: failed to convert java.lang.String to org.springframework.boot.logging.LogLevel (caused by java.lang.IllegalArgumentException: No enum constant org.springframework.boot.logging.LogLevel.${LOG_LEVEL})

Action:

Update your application's configuration. The following values are valid:

DEBUG
ERROR
FATAL
INFO
OFF
TRACE
WARN
1 Reply
JavaBot
JavaBot3w ago
This post has been reserved for your question.
Hey @an0nym0_us! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here. 💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Want results from more Discord servers?
Add your server