Subversion Repositories configs

Rev

Rev 71 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
71 - 1
# openSUSE log-file locations
2
 
3
[INCLUDES]
4
 
5
before = paths-common.conf
6
 
7
after  = paths-overrides.local
8
 
9
 
10
[DEFAULT]
11
 
12
syslog_local0  = /var/log/messages
13
 
14
syslog_mail = /var/log/mail
15
 
16
syslog_mail_warn = %(syslog_mail)s
17
 
18
syslog_authpriv = %(syslog_local0)s
19
 
20
syslog_user =  %(syslog_local0)s
21
 
22
syslog_ftp  = %(syslog_local0)s
23
 
24
syslog_daemon  = %(syslog_local0)s
25
 
26
apache_error_log = /var/log/apache2/*error_log
27
 
28
apache_access_log = /var/log/apache2/*access_log
29
 
30
pureftpd_log = %(syslog_local0)s
31
 
32
exim_main_log = /var/log/exim/main.log
33
 
34
mysql_log = /var/log/mysql/mysqld.log
35
 
36
roundcube_errors_log = /srv/www/roundcubemail/logs/errors
37
 
38
solidpop3d_log = %(syslog_mail)s
87 - 39
 
40
# These services will log to the journal via syslog, so use the journal by
41
# default.
42
syslog_backend = systemd
43
sshd_backend = systemd
44
dropbear_backend = systemd
45
proftpd_backend = systemd
46
pureftpd_backend = systemd
47
wuftpd_backend = systemd
48
postfix_backend = systemd
49
dovecot_backend = systemd
50
mysql_backend = systemd