mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 14:17:42 +00:00
[svn] switched from dodgy manually writing to logfile to using python's logging module, which seems great
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<li>{{ job }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE.path}} for more information.{% endif %}
|
||||
{% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %}
|
||||
<a href="#" class="closeDiv">dismiss this message</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user