blob: 6e39265dda28dcbea7722138780a9d61732fbe9a [file] [log] [blame]
------
Audit Logs
------
Jevica Arianne B. Zurbano
------
23 Jul 2009
------
~~ 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.
Audit Logs
Continuum's <<<logs>>> directory contains an audit log file named <<<continuum-audit.log>>>,
which tracks events that occur in the server.
For security measure, passwords are masked behind asterisks.
A typical record looks like this:
----
2009-07-22 12:27:58 - admin - BUILD_SCHEDULE BI_HOURLY - Added Build Schedule
2009-07-22 12:28:23 - admin - BUILD_SCHEDULE BI_HOURLY - Modified Build Schedule
2009-07-22 12:29:56 - admin - PROJECT http://svn.apache.org/repos/asf/continuum/trunk/pom.xml - Added M2 Project
2009-07-22 12:31:00 - admin - PROJECT Project Group id=6 - Forced Project Build
----
The space delimited records are:
* date and time (server local time)
* user that enacted the change (or guest if none)
* the project or configurations affected
* the event that occurred
Currently, the following events are logged:
* add/delete of projects
* forced project builds
* release prepare/perform/rollback
* add/edit/delete of schedules
* add/edit/delete of build definition templates
[]