log4j:WARN Continuable parsing error 39 and column 23
log4j:WARN The content of element type “log4j:configuration” must match “(renderer*,appender*,(category|logger),root?,categoryFactory?)".
log4j:WARN Continuable parsing error 39 and column 23
log4j:WARN The content of element type “log4j:configuration” must match "(renderer,appender*,(category|logger)*,root?,categoryFactory?)”.
É preciso citar todos os “jar”/pacores que não se deseja ter log??
log4j:WARN Continuable parsing error 39 and column 23
log4j:WARN The content of element type “log4j:configuration” must match “(renderer*,appender*,(category|logger),root?,categoryFactory?)".
log4j:WARN Continuable parsing error 39 and column 23
log4j:WARN The content of element type “log4j:configuration” must match "(renderer,appender*,(category|logger)*,root?,categoryFactory?)”.
É preciso citar todos os “jar”/pacores que não se deseja ter log??[/quote]
Eh no log4j.xml msm.
Mas pelo erro parece que vc colocou em uma ordem errada.
Tem que ser imediatamente antes do root e após o appender.
Vc pode soh os que vc deseja também. No root ou em loggers.
Ainda estou recebendo muito debug na tela que nao é da aplicação, por exemplo, 14:04:12,609 DEBUG BeanUtils:224 - BeanUtils.copyProperties…, além de algums que são do hibernate/jpa.
Não existe uma forma do log4j ser apenas da aplicação em desenvolvimento nao??