Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin logback version #644

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ grailsGradlePluginVersion=5.3.0
grailsHibernatePluginVersion=7.3.0
groovyVersion=3.0.9
gormVersion=7.3.2
logback.version=1.2.7

runHoistInline=false
useSpringDevTools=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import io.xh.hoist.configuration.LogbackConfig
import io.xh.toolbox.log.CustomLogSupportConverter
import io.xh.toolbox.log.*
import io.xh.hoist.configuration.*

// Example deeply overriding format via custom converter.
LogbackConfig.monitorLayout = '%d{HH:mm:ss.SSS} | %customMsg%n'
Expand Down