1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2020-10-19 09:45:45 -04:00
parent e70c900140
commit 291fdcd0ff
109 changed files with 8379 additions and 6679 deletions

View File

@@ -371,7 +371,7 @@
<span class="mw-headline" id="No_more_current_directory_for_logs">No more current directory for logs</span>
</h4>
<p>
XOWA stores its logs at D:\xowa\user\anonymous\app\tmp\log. XOWA used to store the current directory in a folder called <code>current</code>. Unfortunately, this caused problems on Linux systems when two or more different-permissioned users were running XOWA.
XOWA stores its logs at C:\xowa_release\user\anonymous\app\tmp\log. XOWA used to store the current directory in a folder called <code>current</code>. Unfortunately, this caused problems on Linux systems when two or more different-permissioned users were running XOWA.
</p>
<p>
This version replaces the current directory with a timestamp directory which should now reduce the likelihood of errors.