Skip to content
Snippets Groups Projects

Documentation: Correct mentions of default log path.

Merged Marc Egger requested to merge marcDocumentationNewLogPath into develop
3 files
+ 13
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
1
@@ -221,10 +221,11 @@ Display QFQ log files in realtime. Put the following code in a QFQ page content
# Show selected log file.
100 {
sql = SELECT 'file:fileadmin/protected/log/{{logfile:R}}' AS _monitor
sql = SELECT 'file:{{qfqProjectPath:Y}}/log/{{logfile:R}}' AS _monitor
head = <pre id="monitor-1">Please wait</pre>
}
**NOTE**: The `log` directory has been moved into `qfqProject` with a recent upgrade of QFQ. For backwards compatibility logs are still stored in `fileadmin/protected/log/` if that directory already exists.
.. _`form-submit-log-page`:
Loading