Skip to content

Commit

Permalink
Deprecate -with-weblog CLI opt [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Jan 15, 2025
1 parent 0af89a6 commit aa258b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ class ConfigBuilder {

// -- sets the messages options
if( cmdRun.withWebLog ) {
log.warn "The command line option '-with-weblog' is deprecated - consider enabling this feature by setting 'weblog.enabled=true' in your configuration file"
if( !(config.weblog instanceof Map) )
config.weblog = [:]
config.weblog.enabled = true
Expand Down

0 comments on commit aa258b4

Please sign in to comment.