]> source.dussan.org Git - archiva.git/commitdiff
[MRM-937] document the audit log file and the name change
authorBrett Porter <brett@apache.org>
Thu, 20 Nov 2008 06:15:40 +0000 (06:15 +0000)
committerBrett Porter <brett@apache.org>
Thu, 20 Nov 2008 06:15:40 +0000 (06:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719175 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/audit-logs.apt [new file with mode: 0644]
archiva-docs/src/site/apt/adminguide/index.apt
archiva-docs/src/site/apt/release-notes.apt
archiva-docs/src/site/site.xml

diff --git a/archiva-docs/src/site/apt/adminguide/audit-logs.apt b/archiva-docs/src/site/apt/adminguide/audit-logs.apt
new file mode 100644 (file)
index 0000000..26d41d4
--- /dev/null
@@ -0,0 +1,51 @@
+ ------
+ Audit Logs
+ ------
+
+Audit Logs
+
+  Archiva's log directory contains an audit log file named <<<archiva-audit.log>>>, which tracks events that occur in the server.
+
+  A typical record looks like this:
+
+----
+2008-11-20 14:52:38 releases guest 127.0.0.1 "org/mortbay/jetty/jetty/6.1.12/jetty-6.1.12-sources.jar" "Created File (proxied)"
+----
+
+  The space delimited records are:
+
+    * date and time (server local time)
+
+    * repository affected
+
+    * user that enacted the change (or guest if none)
+
+    * IP address of the user
+
+    * the path of the artifact within the repository
+
+    * the event that occured
+
+  Currently, the following events are logged:
+
+    * creation of a directory
+
+    * creation of a file
+
+    * removal of a directory
+
+    * removal of a file
+
+    * modification of a directory
+
+    * move/rename of a file
+
+    * copy of a file
+
+    * move/rename of a directory
+
+    * copy of a directory
+
+    * uploaded file via the web interface
+
+~~TODO: link to configuration files, might want it to be configurable for different levels/events, later add GUI instructions
index 771f900cbfd1bdc3cc3f1463e32614de9ebaf7a4..2ae481f0a700344faddd0a14405f009c84301f33 100644 (file)
@@ -19,6 +19,8 @@ System Administrators Guide to Apache Archiva
 
     * {{{configuration-files.html} The configuration files available for Archiva}}
 
+    * {{{audit-logs.html} Audit logging}}
+
     * {{{reports.html} Repository health reports}}
 
     []
index 62492cf6d4b738eed65087d4e2813c8a7f1a6115..db487e8ec4267a60b9daa5f3725d468867bb0ed6 100644 (file)
@@ -15,7 +15,11 @@ Release Notes for Archiva 1.2-M1
 
     * the archiva-user mailing list: {{http://archiva.apache.org/mail-lists.html}}
 
-* New in Archiva 1.2-M1
+* Compatibility Changes
+
+  * The Audit log filename has been renamed to <<<archiva-audit.log>>> instead of <<<audit.log>>> so that the log directory can be shared with other applications.
+
+* New in Archiva 1.2
 
 ** Struts 2
 
index 7e7a5b0846080ca7e7ec12f78bc46ddf7f59b879..d7870c29185008bdf7d6bbb8128935bd757c1067 100644 (file)
@@ -64,6 +64,7 @@
         <item name="Consumers"               href="/adminguide/consumers.html" />
       </item>
       <item name="Configuration Files"       href="/adminguide/configuration-files.html" />
+      <item name="Audit Logs"                href="/adminguide/audit-logs.html" />
       <item name="Reports"                   href="/adminguide/reports.html" />
     </menu>