标签: grails
对于给定的日志级别,我可以使用additivity标志和appender执行以下操作吗?
log4j = { appenders { ... } root { debug additivity: true, 'stdout', 'errorlog' } }