アクティベーションは可能ですか | ロガーを無効にするConfig.groovy?
例:
log4j = {
appenders {
file name:'connections', file: '/tmp/connection.log'
file name:'view', file:'/tmp/view.log'
}
root {
off 'connections', 'view'
}
info connections: "grails.app.controllers.ViewController",
consultations: "grails.app.controllers.ConnectController"
}
すべての「接続」ロガーを無効にするにはどうすればよいですか?