Auditing

    Auditing allows you to monitor access to the database in detail. In generalaudit logs are of the form

    The time-stamp is in GMT. This allows to easily match log entries from serversin different time zones.

    The username is the (authenticated or unauthenticated) name supplied by theclient. A dash is printed if no name was given by the client.

    The database describes the database that was accessed. Please note that thereare no database crossing queries. Each access is restricted to one database.

    The authentication details the methods used to authenticate the user.

    Details about the requests follow in the additional fields.