Remy Maucherat wrote:
Filip Hanik - Dev Lists wrote:
Yo,

I'm running into situations where we have tons of applications being deployed and undeployed on our servers. Because of the vast number of application, and applications changing dynamically, we're running into the following problem.

Because logging is configured in logging.properties, and this is read upon startup, we are unable to properly redirect ServletContext.log messages. ideally, we'd like the option to have each application log into its own log file,

for example, $CATALINA_BASE/conf/context.xml could look like this

<Context log="auto" logPrefix="${catalina.base}/logs/${name}." logSuffix=".log"/>

This by no mean is the actual proposal, I'd like some feedback on this feature first, I find it useful, as I would never have to configure static logs for my applications

thoughts?

It's a feature for a custom log manager (which would extend the current), I think, as it can redirect logging to multiple files depending on the logger names.
great idea,
I'll put this on my todolist
Filip



Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to