You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/08/04 13:02:23 UTC

git commit: change immediateFlush to true as users looks to be confused :-)

Repository: archiva
Updated Branches:
  refs/heads/master 4568a435d -> 6ce6511a6


change immediateFlush to true as users looks to be confused :-)


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/6ce6511a
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/6ce6511a
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/6ce6511a

Branch: refs/heads/master
Commit: 6ce6511a6c6dc66b861406dbe0b5bf83327451f4
Parents: 4568a43
Author: Olivier Lamy <ol...@apache.org>
Authored: Mon Aug 4 21:02:12 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Mon Aug 4 21:02:12 2014 +1000

----------------------------------------------------------------------
 .../archiva-web/archiva-webapp/src/main/resources/log4j2.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/6ce6511a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j2.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j2.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j2.xml
index db3222c..f22ee06 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j2.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j2.xml
@@ -29,7 +29,7 @@
 
     <RollingRandomAccessFile name="rolling" fileName="${logsDirectory}/archiva.log"
                  filePattern="${logsDirectory}/archiva-%d{yyyyMMdd}.log"
-                 immediateFlush="false" append="true">
+                 immediateFlush="true" append="true">
       <PatternLayout>
         <pattern>%d [%t] %-5p %c %x - %m%n</pattern>
       </PatternLayout>