Code

Removed old sorting mechanisms
[gosa.git] / gosa-plugins / log / contrib / README
1 GOsa supports two completely different logging services/plugins.
3 GOsa Log View
4 =============
5 This service logs GOsa related actions, like viewing, editing or removing of ldap objects.
6 In other words, nearly every mouse click in the GOsa ui, will be logged and can then be viewed.
8 -The database schema is in file 'logging.sql'
9 -The service plugin is named 'GOsa mysql logging service'.
10  (Can be configured in: Administration->Server->Services)
13 Syslog view
14 ===========
15 This plugin displays logged system messages, which are stored in a mysql database.
16 For example, you can configure syslog-ng to log into a database and use GOsa to display 
17 those messages. This plugin has to be used toghether with the 'Syslog Server' service.
19 -The database schema is in file 'golog.sql'
20 -The service plugin is named 'Syslog service database'.
21  (Can be configured in: Administration->Server->Services)
24 For more information visit gosa-project.org