Skip to content

Commit

Permalink
Merge branch 'master' into table_formatter_config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbagu committed Nov 14, 2016
2 parents 8b2ea1a + fc58c01 commit dd6953b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/logback-wp5.xml
Expand Up @@ -36,6 +36,9 @@
<logger name="eu.itesla_project.helmflow" level="ERROR" />
<logger name="com.gridquant.helm" level="ERROR" />
<logger name="org.apache" level="ERROR" />
<logger name="org.nocrala.tools.texttablefmt" level="ERROR" />
<logger name="eu.itesla_project.iidm.network.impl.CurrentLimitsAdderImpl" level="ERROR" />
<logger name="com.rte_france.itesla.iidm.export.adn.ADNConverter" level="ERROR" />
<root level="DEBUG">
<!--appender-ref ref="FILE" /-->
<appender-ref ref="STDOUT" />
Expand Down
3 changes: 3 additions & 0 deletions config/logback.xml
Expand Up @@ -25,6 +25,9 @@
<logger name="eu.itesla_project.ucte.network" level="ERROR" />
<logger name="com.rte_france.itesla.hades2.Hades2Executor" level="DEBUG" />
<logger name="eu.itesla_project.iidm.ddb.eurostag_imp_exp" level="ERROR" />
<logger name="org.nocrala.tools.texttablefmt" level="ERROR" />
<logger name="eu.itesla_project.iidm.network.impl.CurrentLimitsAdderImpl" level="ERROR" />
<logger name="com.rte_france.itesla.iidm.export.adn.ADNConverter" level="ERROR" />
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
Expand Down

0 comments on commit dd6953b

Please sign in to comment.