Skip to content

Commit

Permalink
Remove useMicrosecondTimestamps(false) calls
Browse files Browse the repository at this point in the history
It's not used by Monolog anymore.
  • Loading branch information
paladox authored Nov 6, 2023
1 parent 9865f2f commit 89a4922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GlobalLogging.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ static function () {
// Post construction calls to make for new Logger instances
$wmgMonologLoggerCalls = [
'setTimezone' => [ new DateTimeZone( 'UTC' ) ],
// https://phabricator.wikimedia.org/T116550 - Requires Monolog > 1.17.2
'useMicrosecondTimestamps' => [ false ],
];

$wmgMonologConfig = [
Expand Down

0 comments on commit 89a4922

Please sign in to comment.