You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option for a list of keys who should be the only ones to be
logged. Exclude keys are ignored if include keys are defined.
Change-Id: I517d7020258a057193f5133eeffe3f7f3d89ebe9
Resolves: #3053
Releases: 3.0
Reviewed-on: https://review.typo3.org/50444
Reviewed-by: Francois Suter <[email protected]>
Tested-by: Francois Suter <[email protected]>
Copy file name to clipboardExpand all lines: Resources/Private/Language/Configuration.xlf
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@
27
27
<trans-unitid="excluded_keys">
28
28
<source>Excluded keys: Comma-separated list of (extension) keys whose entries should not be written to the logs.</source>
29
29
</trans-unit>
30
+
<trans-unitid="included_keys">
31
+
<source>Included keys: Comma-separated list of (extension) keys whose entries should be the only ones written to the logs (supersedes excluded keys, if also defined).</source>
32
+
</trans-unit>
30
33
<trans-unitid="ip_filter">
31
34
<source>Restricted IP addresses: Only requests coming from the given IP addresses will be logged. An empty value will block everything, a "*" will allow everything. Use "devIPmask" (not case-sensitive) to reuse devIPmask value.</source>
0 commit comments