Skip to content

Commit 28fb593

Browse files
authored
[5.4] Log entry format (joomla#46273)
* [5.4] Log entry format Changes a space to a tab --------- Signed-off-by: BrianTeeman <[email protected]>
1 parent 91d279c commit 28fb593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/src/Log/Logger/FormattedtextLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class FormattedtextLogger extends Logger
4040
* @var string
4141
* @since 1.7.0
4242
*/
43-
protected $format = '{DATETIME} {PRIORITY} {CLIENTIP} {CATEGORY} {MESSAGE}';
43+
protected $format = '{DATETIME} {PRIORITY} {CLIENTIP} {CATEGORY} {MESSAGE}';
4444

4545
/**
4646
* The parsed fields from the format string.

plugins/system/webauthn/src/Extension/Webauthn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function __construct(array $config = [], ?Authentication $authHelper = nu
123123

124124
Log::addLogger([
125125
'text_file' => "webauthn_system.php",
126-
'text_entry_format' => '{DATETIME} {PRIORITY} {CLIENTIP} {MESSAGE}',
126+
'text_entry_format' => '{DATETIME} {PRIORITY} {CLIENTIP} {MESSAGE}',
127127
], $logLevels, ["webauthn.system"]);
128128

129129
$this->authenticationHelper = $authHelper ?? (new Authentication());

0 commit comments

Comments
 (0)