blob: a92f400dcec81550268f140d6ac66383b9bef169 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<included>
<!--
Including this file after all other debug configuration will move all of the jclouds
logging messages to two files, named 'brooklyn-application.jclouds.log' and
'brooklyn-application.jclouds-persister.log'. The latter will contain all messages
logged by jclouds when called from Brooklyn's persistence thread, the former will
contain all other messages logged by jclouds.
If you have configured persistence to an object store and your server will manage more
than ~ 10 entities then it is recommended to use this appender over
logback-logger-debug-jcloud.xml as otherwise your log file will be swamped by
persistence-related messages.
-->
<!-- Include jclouds log file appender -->
<include resource="brooklyn/logback-appender-jclouds.xml"/>
<!-- Send jclouds logging categories to the file -->
<logger name="org.jclouds" additivity="false">
<appender-ref ref="JCLOUDS-SIFT" />
</logger>
<logger name="jclouds" additivity="false">
<appender-ref ref="JCLOUDS-SIFT" />
</logger>
</included>