You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/01/18 20:35:02 UTC

[Bug 43682] JULI: web-inf/classes/logging.properties to support ${context} tag

https://bz.apache.org/bugzilla/show_bug.cgi?id=43682

--- Comment #6 from Jesse Barnum <js...@360works.com> ---
Mark, can you outline the expected behavior, or point to the relevant section
of the docs?

In my context 'HelloWorld', I tried adding this to my logging.properties file:

1catalina.org.apache.juli.FileHandler.prefix = ${context}.

I expected that to create a log file named 'HelloWorld.2017-01-18.log'

What it actually created was a file named '${context}.2017-01-18.log'

Clearly, I'm misunderstanding how this should work. I am running version
8.5.11.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org