Skip to content

Commit

Permalink
0002867: Get rid of Vaadin warnings in log file
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 19, 2016
1 parent 1098dda commit e35fbdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion symmetric-server/src/main/deploy/conf/log4j.xml
Expand Up @@ -103,7 +103,11 @@
<category name="com.vaadin.server.DefaultDeploymentConfiguration">
<priority value="ERROR" />
</category>


<category name="com.vaadin.event.ConnectorActionManager">
<priority value="ERROR" />
</category>

<!-- Uncomment to see CSV protocol from sending batches -->
<!--
<category name="org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter">
Expand Down
4 changes: 4 additions & 0 deletions symmetric-util/src/test/resources/log4j.xml
Expand Up @@ -92,6 +92,10 @@
<priority value="ERROR" />
</category>

<category name="com.vaadin.event.ConnectorActionManager">
<priority value="ERROR" />
</category>

<root>
<priority value="WARN" />
<appender-ref ref="CONSOLE" />
Expand Down

0 comments on commit e35fbdd

Please sign in to comment.