1DOVEADM-LOG(1) Dovecot DOVEADM-LOG(1)
2
3
4
6 doveadm-log - Locate, test or reopen Dovecot's log files
7
9 doveadm [-Dv] log find [directory]
10 doveadm [-Dv] log reopen
11 doveadm [-Dv] log test
12
14 The doveadm log commands are used to locate and reopen the log files of
15 dovecot(1). It's also possible to test the configured targets of the
16 *log_path settings.
17
19 Global doveadm(1) options:
20
21 -D Enables verbosity and debug messages.
22
23 -v Enables verbosity, including progress counter.
24
26 log find
27 doveadm log find [directory]
28
29 The log find command is used to show the location of the log files, to
30 which dovecot(1) sends its log messages. If dovecot(1) logs its mes‐
31 sages through syslogd(8) and doveadm(1) could not find any log files,
32 you can specify the directory where your syslogd writes its log files.
33
34 log reopen
35 doveadm log reopen
36
37 This command causes doveadm to reopen all log files, configured in the
38 log_path, info_log_path and debug_log_path settings. These settings
39 are configured in /etc/dovecot/conf.d/10-logging.conf.
40 This is for example useful after manually rotating the log files.
41
42 log test
43 doveadm log test
44
45 This command causes doveadm to write the message "This is Dovecot's
46 priority log (timestamp)" to the configured log files. The used prior‐
47 ities are: debug, info, warning, error and fatal.
48
50 This example shows how to locate the log files used by dovecot(1).
51
52 doveadm log find
53 Looking for log files from /var/log
54 Debug: /var/log/dovecot.debug
55 Info: /var/log/mail.log
56 Warning: /var/log/mail.log
57 Error: /var/log/mail.log
58 Fatal: /var/log/mail.log
59
61 Report bugs, including doveconf -n output, to the Dovecot Mailing List
62 <dovecot@dovecot.org>. Information about reporting bugs is available
63 at: http://dovecot.org/bugreport.html
64
66 doveadm(1)
67
68
69
70Dovecot v2.0 2010-06-13 DOVEADM-LOG(1)