>      </logger>
>  
>      <logger name="jclouds.headers">
> -        <level value="DEBUG"/>
> -        <appender-ref ref="WIREFILE"/>
> +        <level value="TRACE" />
> +        <appender-ref ref="WIREFILE" />
> +    </logger>
> +
> +    <logger name="jclouds.compute">
> +        <level value="TRACE" />
> +        <appender-ref ref="COMPUTEFILE" />
> +    </logger>
> +
> +    <logger name="jclouds.ssh">
> +        <level value="TRACE" />
> +        <appender-ref ref="SSHFILE" />

`additivity="false"` for all the loggers that go to a file? Or do we want that 
percolating out to the standard logs at trace level too?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5363019

Reply via email to