[jboss-dev-forums] [JBoss AS7 Development] - Re: JBAS-9149, Disappearing log messages
David Lloyd
do-not-reply at jboss.com
Tue Mar 29 12:31:00 EDT 2011
David Lloyd [http://community.jboss.org/people/dmlloyd] created the discussion
"Re: JBAS-9149, Disappearing log messages"
To view the discussion, visit: http://community.jboss.org/message/596298#596298
--------------------------------------------------------------
The approach I'd really like to use is to persist log configuration between boots (via serialization or something). This way the boot logger config is only used the first time you boot. Then subsequent boots would just apply the delta of the old config to the new config (which would normally be 0) during a regular boot. This way the server boots up with a regular log configuration.
Granted this would be a bit of a pain to implement since the LogManager currently does not have the notion of a persistent configuration, and the diff logic won't be trivial. That's why I have put it off.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/596298#596298]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110329/7aa14fb2/attachment.html
More information about the jboss-dev-forums
mailing list