iredmail-doc/html/debug.iredapd.html

31 lines
1.7 KiB
HTML
Raw Normal View History

<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="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="turn-on-debug-mode-in-iredapd">Turn on debug mode in iRedAPD</h1>
2014-10-22 07:54:56 -05:00
<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>
<p>iRedAPD is configured to log to <code>/var/log/iredapd.log</code> by default, so
2015-12-13 23:04:21 -06:00
please monitor this file to check detailed debug log.</p><p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>