Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a9de46aa
Commit
a9de46aa
authored
Jun 16, 2018
by
Carsten Rose
Browse files
B5884: sql.log public readable. Update manual.
parent
a299ef29
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
a9de46aa
...
...
@@ -316,9 +316,11 @@ Extension Manager: QFQ Configuration
| | | *modify*: log only statements who change data. *error*: log only DB errors.|
| | | *none*: no SQL log at all. |
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| sqlLog | typo3conf/sql.log | Filename to log SQL commands: relative to
<site
path
>
or absolute. |
| sqlLog | fileadmin/protected/log/sql.log | Filename to log SQL commands: relative to
<site
path
>
or absolute. If the |
| | | directory does not exist, create it. |
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| mailLog | typo3conf/mail.log | Filename to log `sendEmail` commands: relative to
<site
path
>
or absolute. |
| mailLog | fileadmin/protected/log/mail.log | Filename to log `sendEmail` commands: relative to
<site
path
>
or absolute. |
| | | If the directory does not exist, create it. |
+-------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| showDebugInfo | auto | FE - Possible values: yes|no|auto|download. For 'auto': If a BE User is |
| | | logged in, a debug information will be shown on the FE. |
...
...
@@ -6415,10 +6417,10 @@ to the file is SIP protected. Any file on the server is possible.
*
On
the
same
Typo3
page
,
define
a
SQL
column
'_monitor'
with
the
necessary
parameter
:
::
10
.sql
=
SELECT
'file:
typo3conf
/sql.log|tail:50|append:1|refresh:1000|htmlId:monitor-1'
AS
_monitor
10
.sql
=
SELECT
'file:
fileadmin/protected/log
/sql.log|tail:50|append:1|refresh:1000|htmlId:monitor-1'
AS
_monitor
#
Short
version
with
all
defaults
used
.
10
.sql
=
SELECT
'file:
typo3conf
/sql.log'
AS
_monitor
10
.sql
=
SELECT
'file:
fileadmin/protected/log
/sql.log'
AS
_monitor
Report
Examples
---------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment