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&...]