File: Log.stx

package info (click to toggle)
zope-ldapuserfolder 2.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 313
  • sloc: python: 3,042; sh: 50; makefile: 38
file content (32 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
LDAPUserFolder - Log: View log information

    Description

        This screen shows the log kept by the LDAPUserFolder. A basic 
        log entry has the following elements:

        o The log level that produced this entry

        o The entry timestamp

        o The log message

        You can specify what kinds of events get logged using the 
        "Log verbosity" setting in the "Advanced" management tab. The 
        different log levels are:

        o 0: No logging entries will be made

        o 1: Catastrophes, like failures to connect to the LDAP server

        o 2: Major Events, like LDAPUserFolder property changes

        o 3: Minor Events, like initialization after Zope is restarted

        o 4: Authentication failures

        o 5: Successful authentications

        o 7: Authentication from cache

        o 9: Debugging, includes extra debugging info