Issue Type: Improvement Improvement
Affects Versions: 1.0.6
Assignee: Logback dev list
Components: logback-core
Created: 01/Aug/12 8:12 AM
Description: To support multi-tenancy we are using multiple SiftingAppenders. Some contain log appenders, but one contains a DBAppender. To get the appenders the correct database connection information we need to use nested variables/options where the options are evaluated from the inside-out:

  <url>${${tenantID}.jdbc.url}</url>
  <user>${${tenantID}.db.user}</user>
  <password>${${tenantID}.db.password</password>
Project: logback
Labels: logging Property OptionHelper
Priority: Major Major
Reporter: Brian Campbell
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira