<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style style="display: none;" id="owaParaStyle" type="text/css"><!--P {margin-top:0;margin-bottom:0;}--></style>
</head>
<body tabindex="0" aria-label="Message body" fpstyle="1" dir="ltr">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: #000000; margin: 0">
<p>Hi,</p>
<p><br>
</p>
<p>we are using the sift logger (with MDC) to separate log entries generated by user actions from log entries generated by "background" tasks.  That works nicely.</p>
<p><br>
</p>
<p>However, now we want to have different log levels for these two appenders (e.g. DEBUG for "foreground.log" and WARN for "background.log").  Problem is that there is obviously only one appender.  Can that be accomplished within the logback.xml?</p>
<p><br>
</p>
<p>For reference, here is our current logback.xml</p>
<p><br>
</p>
<p><configuration scan="true" scanPeriod="30 seconds"><br>
    <appender name="SIFT" class="ch.qos.logback.classic.sift.SiftingAppender"><br>
        <discriminator class="ch.qos.logback.classic.sift.MDCBasedDiscriminator"><br>
            <key>stream</key><br>
            <defaultValue>foreground</defaultValue><br>
        </discriminator><br>
        <sift><br>
            <appender name="FILE-${stream}" class="ch.qos.logback.core.rolling.RollingFileAppender"><br>
                <file>${destination}/${stream}_current.log</file><br>
                <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"><br>
                    <fileNamePattern>${destination}/${stream}_%d{yyyy-MM-dd}.%i.log</fileNamePattern><br>
                    <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP"><br>
                        <maxFileSize>10MB</maxFileSize><br>
                    </timeBasedFileNamingAndTriggeringPolicy><br>
                </rollingPolicy><br>
                <encoder><br>
                    <pattern>%date %-5level [%X{token}%thread] %logger{36} [%file:%line] %msg%n</pattern><br>
                </encoder><br>
            </appender><br>
        </sift><br>
    </appender><br>
    <root level="all"><br>
        <appender-ref ref="SIFT" /><br>
    </root><br>
</configuration><br>
<br>
</p>
<div>
<p><br>
</p>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><span lang="en-US">
<div style="margin:0" align="justify"><font face="Arial,sans-serif" size="2"><span style="font-size:10pt"><font color="#17365D" face="Calibri,sans-serif" size="3"><span style="font-size:12pt"></nk><br>
<br>
---<br>
<br>
</span></font></span></font><br>
<div style="color:Black; font-size:10pt">
<div style="color:DarkBlue">Norbert Kiesel</div>
<div style="color:DarkBlue">Systems Architect | Engineering</div>
<div style="font-size:12pt"><span style="font-weight:bold">Metric</span>Stream</div>
<div>2600 E. Bayshore Road | Palo Alto, CA - 94303</div>
<div>+1-650-620-2954 | nkiesel@metricstream.com | <span style="color:Blue">www.metricstream.com</span></div>
</div>
<font face="Arial,sans-serif" size="2"><span style="font-size:10pt"><font color="#17365D" face="Calibri,sans-serif" size="3"><span style="font-size:12pt"><font size="2"></font></span></font></span></font></div>
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p style="font-size:9pt; color:gray; line-height:8pt; font-family: calibri;"><b><u>Confidentiality Notice:</u></b>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
 This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received
 this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited</p>
</body>
</html>