Update logging

pull/189/head
Alex Baker 12 years ago
parent 2a0f34e41f
commit d402dbdefd

@ -5,7 +5,7 @@
</encoder>
</appender>
<root level="DEBUG">
<root level="WARN">
<appender-ref ref="LOGCAT"/>
</root>
</configuration>

@ -299,7 +299,7 @@ public class TasksXmlExporter {
xml.attribute(null, property.name, value);
} catch (UnsupportedOperationException e) {
// didn't read this value, do nothing
log.error(e.getMessage(), e);
log.debug(e.getMessage(), e);
} catch (IllegalArgumentException | IOException | IllegalStateException e) {
throw new RuntimeException(e);
}

Loading…
Cancel
Save