Author: olamy
Date: Mon May 13 09:49:37 2013
New Revision: 1481761

URL: http://svn.apache.org/r1481761
Log:
Apache Archiva Versionned docs for 1.4-M4-SNAPSHOT

Modified:
    archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/logging.html

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/logging.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/logging.html?rev=1481761&r1=1481760&r2=1481761&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/logging.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/adminguide/logging.html Mon May 
13 09:49:37 2013
@@ -348,7 +348,7 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><div 
class="section"><h2>Log Files<a name="Log_Files"></a></h2><p>To keep track of 
the Archiva p
 erformance and problems, log files are created during runtime. These files can 
be found in the <tt>logs/</tt> directory.</p><ul><li><a 
href="./archiva-logs.html"> <b>archiva.log</b></a> - contains all the start-up 
information and output logs for Archiva</li><li><a href="./audit-logs.html"> 
<b>archiva-audit.log</b></a> - contains information regarding the operations 
performed against the repositories and configurations being modified. A good 
example is when an artifact is deployed to an Archiva repository. The operation 
will be logged in this file, with the date and timestamp of when the operation 
occurred, the userId of who performed the deployment, and the artifact that was 
deployed.</li><li><a href="./security-logs.html"> 
<b>archiva-security-audit.log</b></a> - contains information regarding 
Archiva's security. For example, a successful login of a user or a user account 
is created.</li></ul><p>Note since 1.4-M4, the log4j2 asyncLogger feature is 
configured per default.</p>
 <p>This mean per default AsyncLogger.WaitStrategy option is configured to 
Sleep.</p><p>If you are on a constrained environment, you can change it to 
Block (-DAsyncLogger.WaitStrategy=Block) (see See <a class="externalLink" 
href="http://logging.apache.org/log4j/2.x/manual/async.html/";>log4j2 
documentation</a> )</p></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><div 
class="section"><h2>Log Files<a name="Log_Files"></a></h2><p>To keep track of 
the Archiva p
 erformance and problems, log files are created during runtime. These files can 
be found in the <tt>logs/</tt> directory.</p><ul><li><a 
href="./archiva-logs.html"> <b>archiva.log</b></a> - contains all the start-up 
information and output logs for Archiva</li><li><a href="./audit-logs.html"> 
<b>archiva-audit.log</b></a> - contains information regarding the operations 
performed against the repositories and configurations being modified. A good 
example is when an artifact is deployed to an Archiva repository. The operation 
will be logged in this file, with the date and timestamp of when the operation 
occurred, the userId of who performed the deployment, and the artifact that was 
deployed.</li><li><a href="./security-logs.html"> 
<b>archiva-security-audit.log</b></a> - contains information regarding 
Archiva's security. For example, a successful login of a user or a user account 
is created.</li></ul><p>Note since 1.4-M4, the log4j2 asyncLogger feature is 
configured per default.</p>
 <p>This mean per default AsyncLogger.WaitStrategy option is configured to 
Sleep.</p><p>If you are on a constrained environment, you can change it to 
Block (-DAsyncLogger.WaitStrategy=Block) (See <a class="externalLink" 
href="http://logging.apache.org/log4j/2.x/manual/async.html";>log4j2 
documentation</a> )</p></div>
                   </div>
             </div>
           </div>


Reply via email to