~ubuntu-branches/ubuntu/wily/proftpd-dfsg/wily

« back to all changes in this revision

Viewing changes to doc/howto/Logging.html

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-05-18 10:16:34 UTC
  • mfrom: (50.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140518101634-omlrnzzqvu8189cl
Tags: 1.3.5~rc4-3ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/powerpc64le.diff:
    + Patch lib/libltdl/m4/libtool.m4 and configure for ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: Logging.html,v 1.11 2013/05/09 04:19:04 castaglia Exp $ -->
 
1
<!-- $Id: Logging.html,v 1.13 2013/10/09 16:46:37 castaglia Exp $ -->
2
2
<!-- $Source: /cvsroot/proftp/proftpd/doc/howto/Logging.html,v $ -->
3
3
 
4
4
<html>
5
5
<head>
6
 
<title>ProFTPD mini-HOWTO - Logging</title>
 
6
<title>ProFTPD Logging</title>
7
7
</head>
8
8
 
9
9
<body bgcolor=white>
10
10
 
11
11
<hr>
12
 
<center><h2><b><i>Logging</i></b></h2></center>
 
12
<center><h2><b><i>ProFTPD Logging</i></b></h2></center>
13
13
<hr>
14
14
 
15
15
<p>
62
62
 
63
63
<p>
64
64
You can fine-tune your <code>proftpd</code>'s syslog-based logging via the
65
 
<a href="../modules/mod_core.html#SyslogFacility"><code>SyslogFacility</code></a> and <a href="../modules/mod_core.html#SyslogLevel"><code>SyslogLevel</code></a> directives.
 
65
<a href="../modules/mod_core.html#SyslogFacility"><code>SyslogFacility</code></a> and <a href="../modules/mod_core.html#SyslogLevel"><code>SyslogLevel</code></a> directives.  See the <a href="LogLevels.html">log level</a> documentation for
 
66
more details on these settings.
66
67
 
67
68
<p><a name="LogFiles"></a>
68
69
<b>Log Files</b><br>
76
77
in the <code>xferlog(5)</code> man page,
77
78
also available <a href="http://www.castaglia.org/proftpd/doc/xferlog.html">here</a>.
78
79
 
79
 
<p><a name="SystemLog"</a>
 
80
<p><a name="SystemLog"></a>
80
81
If the site administrator wants to have <code>proftpd</code> log its messages
81
82
to a file rather than going through <code>syslogd</code>, the
82
83
<a href="../modules/mod_log.html#SystemLog"><code>SystemLog</code></a>
99
100
 
100
101
<!-- Add note/chunk about FTP response codes, from RFC959, for ExtendedLog? -->
101
102
 
102
 
<p><a name="SyslogVSFileLog">
 
103
<p><a name="SyslogVSFileLog"></a>
103
104
<b>Use of syslog versus file logging</b><br>
104
105
Most sites will choose to have <code>proftpd</code> log via syslog (which is
105
106
the default) or to a file (via the <code>SystemLog</code> directive).  In
388
389
 
389
390
<p>
390
391
<hr>
391
 
Last Updated: <i>$Date: 2013/05/09 04:19:04 $</i><br>
 
392
Last Updated: <i>$Date: 2013/10/09 16:46:37 $</i><br>
392
393
<hr>
393
394
 
394
395
</body>