[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 #?ini charset="iso-8859-1"? 2 # eZ publish configuration file for auditing 3 # 4 # NOTE: It is not recommended to edit this files directly, instead 5 # a file in override should be created for setting the 6 # values that is required for your site. Either create 7 # a file called settings/override/audit.ini.append or 8 # settings/override/audit.ini.append.php for more security 9 # in non-virtualhost modes (the .php file may already be present 10 # and can be used for this purpose). 11 12 [AuditSettings] 13 # Where the log files should be placed. 14 LogDir=var/log/audit 15 # If 'enabled' the possibility will be enabled. 16 Audit=disabled 17 18 # Audit file names setting. 19 # The key of AuditFileNames[] is the name of audit and value is file name. 20 # For example: 21 # AuditFileNames[<name of audit>]=<file name> 22 # Always clients IP address and user names(if exist) will be logged. 23 AuditFileNames[] 24 25 # Logins and User IP address will be logged 26 AuditFileNames[user-login]=login.log 27 28 # Failed login attempts will be logged 29 AuditFileNames[user-failed-login]=failed_login.log 30 31 # Who deletes which content (Things which will be logged: user / node id / object id / content name / time) 32 AuditFileNames[content-delete]=content_delete.log 33 34 # Who moves content (user / node id / old parent / new parent / object name / time) 35 AuditFileNames[content-move]=content_move.log 36 37 # Who changes which role(s) (user / role id / role name / time) 38 AuditFileNames[role-change]=role_change.log 39 40 # Who assigns which role to whom (user / role id / role name / time) 41 AuditFileNames[role-assign]=role_assign.log 42 43 # Who assigns which section at which node (user / section id / section name) 44 AuditFileNames[section-assign]=section_assign.log 45 46 # Who deleted which order in shop (user / order id) 47 AuditFileNames[order-delete]=order_delete.log 48
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |