Update logging

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

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

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

Loading…
Cancel
Save