iredmail-doc/html_bk/debug.iredapd.html

33 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Turn on debug mode in iRedAPD</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="turn-on-debug-mode-in-iredapd">Turn on debug mode in iRedAPD</h1>
<p>To turn on debug mode in iRedAPD, please set its log level to <code>debug</code> in
iRedAPD config file <code>/opt/iredapd/settings.py</code>, then restart iRedAPD
service.</p>
<pre><code># Log level: info, debug.
log_level = 'debug'
</code></pre>
<h3 id="log-file">Log File</h3>
<p>Log file is configured in <code>/opt/iredapd/settings.py</code>, parameter <code>log_file =</code>.
Please monitor its log file to check detailed debug log.</p>
<ul>
<li>iRedAPD-1.7.0 and later: <code>/var/log/iredapd/iredapd.log</code></li>
<li>iRedAPD-1.6.0 and earlier: <code>/var/log/iredapd.log</code></li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div></body></html>