[Bug 56401] Log version information on startup

2014-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #10 from Violeta Georgieva violet...@apache.org --- This is back-ported in 7.0.x and will be available in 7.0.57 onwards. -- You are receiving this mail because: You are the assignee for the bug.

Re: [Bug 56401] Log version information on startup

2014-10-17 Thread Violeta Georgieva
Hi, 2014-09-25 19:31 GMT+03:00 bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #9 from Mark Thomas ma...@apache.org --- Imporved fix applied to 8.0.x for 8.0.15 onwards. What do you think if I back-port this feature to Tomcat 7? Thanks, Violeta

Re: [Bug 56401] Log version information on startup

2014-10-17 Thread Konstantin Kolinko
2014-10-17 18:08 GMT+04:00 Violeta Georgieva miles...@gmail.com: Hi, 2014-09-25 19:31 GMT+03:00 bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #9 from Mark Thomas ma...@apache.org --- Imporved fix applied to 8.0.x for 8.0.15 onwards. What do you

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- Re: r1627296 Could the logging be moved from constructor to Lifecycle.BEFORE_INIT_EVENT, like activities performed by AprLifecycleListener? Reason: Doing logging in

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #6 from Mark Thomas ma...@apache.org --- (In reply to Konstantin Kolinko from comment #5) Re: r1627296 Could the logging be moved from constructor to Lifecycle.BEFORE_INIT_EVENT, like activities performed by

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- I took a quick look at refactoring the AprLifecycleListener but that is tied up with the Connector constructors and would be hard to untangle. Ack. Agreed. For a record,

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #8 from Mark Thomas ma...@apache.org --- The best I can come up with is to write all the info logging during AprLifecycleListener.init() to a buffer and then write that out during Lifecycle.BEFORE_INIT_EVENT. Then move the

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #9 from Mark Thomas ma...@apache.org --- Imporved fix applied to 8.0.x for 8.0.15 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56401] Log version information on startup

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- Additional concern: 3. It may be better to log all information in one single log.info() statement. E.g. Initializing\n {0}\n {1}\n {2} The current log format implicitly

[Bug 56401] Log version information on startup

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56401] Log version information on startup

2014-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

[Bug 56401] Log version information on startup

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED