Skip to content
Snippets Groups Projects
Commit f15d791c authored by Olivier Maury's avatar Olivier Maury
Browse files

Log

parent a8fd11cb
No related branches found
No related tags found
1 merge request!27Pouvoir calculer les indicateurs à tous les jours
Pipeline #232800 passed
......@@ -108,7 +108,7 @@ public final class SimulationDoneReceiver implements MessageListener, Runnable {
msg.acknowledge();
return;
}
LOGGER.info("Simulation results in {}.{}", schemaName, tableName);
LOGGER.info("Insert simulation results from {}.{}", schemaName, tableName);
dailyvalueDao.insertFromTable(tableName);
simulationErrorDao.delete(simulation);
simulationResultDao.delete(simulation);
......
......@@ -4,7 +4,7 @@
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout>
<pattern>[%d] %-5p | %c#%M() | %L - %m%n</pattern>
<pattern>[%d] %-5p | %-40.40c{1.}#%M() | %L - %m%n</pattern>
</PatternLayout>
</Console>
<!-- https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment