Subversion Repositories logviewer

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 8
Line 19... Line 19...
19
 
19
 
20
define('COUNT', 200);
20
define('COUNT', 200);
21
 
21
 
22
define('MAXYEARS', 1);
22
define('MAXYEARS', 1);
23
 
23
 
24
#define('apache_log_locations', array('/home/*/log/error*.log*', '/home/*/hosts/*/log/error*.log*', '/daten/admin/_probleme/php_codefixer/all_php_files.out'));
24
define('apache_log_locations', array('/home/*/log/error*.log*', '/home/*/hosts/*/log/error*.log*', '/var/log/apache2/error*.log*'));
25
define('apache_log_locations', array('/daten/admin/_probleme/php_codefixer/all_php_files.out'));
-
 
26
 
25
 
27
define('php_log_locations', array('/home/*/log/php_error*.log*', '/home/*/hosts/*/log/php_error*.log*'/* , '/var/log/php/error.log*' */));
26
define('php_log_locations', array('/home/*/log/php_error*.log*', '/home/*/hosts/*/log/php_error*.log*', '/var/log/php/error.log*'));
28
 
27
 
29
// 0 = No source is displayed
28
// 0 = No source is displayed
30
// 1 = Columns "source" (=logfile) and "module" (module)
29
// 1 = Columns "source" (=logfile) and "module" (module)
31
// 2 = Column "user" which tries to find out the user's home dir from the logfile
30
// 2 = Column "user" which tries to find out the user's home dir from the logfile
32
define('SOURCE_STYLE', 2);
31
define('SOURCE_STYLE', 2);