This commit is contained in:
Zhang Huangbin 2016-01-06 22:57:12 +08:00
parent 7b7179221b
commit 14474939b1
4 changed files with 18 additions and 8 deletions

View File

@ -9,5 +9,10 @@ service.
log_level = 'debug'
```
iRedAPD is configured to log to `/var/log/iredapd.log` by default, so
please monitor this file to check detailed debug log.
### Log File
Log file is configured in `/opt/iredapd/settings.py`, parameter `log_file =`.
Please monitor its log file to check detailed debug log.
* iRedAPD-1.7.0 and later: `/var/log/iredapd/iredapd.log`
* iRedAPD-1.6.0 and earlier: `/var/log/iredapd.log`

View File

@ -18,8 +18,8 @@
features or fix bugs, you do __NOT__ need to download the latest iRedMail and
run the script.
* Upgrades are only supported from one release to the release immediately
following it. Do __NOT__ skip releases.
* __Do NOT skip releases__. Upgrades are only supported from one release to the
release immediately following it.
* If you're looking for upgrading a very old iRedMail server to the latest
iRedMail release, there's an alternative solution:

View File

@ -18,8 +18,13 @@ service.</p>
log_level = 'debug'
</code></pre>
<p>iRedAPD is configured to log to <code>/var/log/iredapd.log</code> by default, so
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>
<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><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)

View File

@ -39,8 +39,8 @@
run the script.</p>
</li>
<li>
<p>Upgrades are only supported from one release to the release immediately
following it. Do <strong>NOT</strong> skip releases.</p>
<p><strong>Do NOT skip releases</strong>. Upgrades are only supported from one release to the
release immediately following it.</p>
</li>
<li>
<p>If you're looking for upgrading a very old iRedMail server to the latest