branch develop updated (5dd15e5 -> 6c06931)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 5dd15e5 [PS] Problème sur la définition des équipements du bateau (termine #7349) Merge branch 'feature/7349' into develop new ed6c677 on n'affiche plus les log en sout de h2 (refs #7348) new 6c06931 [REPLICATION] Messages "exception" dans la console lors des synchros de marées (termine #7348) Merge branch 'feature/7348' into develop The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6c069316e5e44c72399060127e1418f4ca5e06eb Merge: 5dd15e5 ed6c677 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 11 05:34:29 2015 +0200 [REPLICATION] Messages "exception" dans la console lors des synchros de marées (termine #7348) Merge branch 'feature/7348' into develop commit ed6c677995c67003bc511716a5e34b18c57e1c25 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 11 05:34:23 2015 +0200 on n'affiche plus les log en sout de h2 (refs #7348) Summary of changes: .../src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit ed6c677995c67003bc511716a5e34b18c57e1c25 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 11 05:34:23 2015 +0200 on n'affiche plus les log en sout de h2 (refs #7348) --- .../src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-business/src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java b/observe-business/src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java index eb0e759..5a0371b 100644 --- a/observe-business/src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java +++ b/observe-business/src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java @@ -53,7 +53,7 @@ public class H2DataSourceConfig extends AbstractDataSourceConfig { // 1: logging of the data is enabled, but logging of the index // changes is disabled (default), 2: logging of both data and index // changes are enabled - "LOG=1;" + + "LOG=0;" + // on peut aussi utiliser hsqldb, mysql ou postgresql "MODE=postgresql;" + //"MODE=hsqldb;" + @@ -76,7 +76,7 @@ public class H2DataSourceConfig extends AbstractDataSourceConfig { // Levels: 0=off, 1=error, 2=info, 3=debug. "TRACE_LEVEL_FILE=0;" + // on system.out: 0=off, 1=error, 2=info, 3=debug. - "TRACE_LEVEL_SYSTEM_OUT=1;" + + "TRACE_LEVEL_SYSTEM_OUT=0;" + // maximumn cache to improve performance... "CACHE_SIZE=65536"; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 6c069316e5e44c72399060127e1418f4ca5e06eb Merge: 5dd15e5 ed6c677 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 11 05:34:29 2015 +0200 [REPLICATION] Messages "exception" dans la console lors des synchros de marées (termine #7348) Merge branch 'feature/7348' into develop .../src/main/java/fr/ird/observe/db/impl/H2DataSourceConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm