mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Disable microsecond precision by default
This commit is contained in:
@@ -139,7 +139,7 @@ class Logger implements LoggerInterface
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $microsecondTimestamps = true;
|
||||
protected $microsecondTimestamps = false;
|
||||
|
||||
/**
|
||||
* @var DateTimeZone
|
||||
|
Reference in New Issue
Block a user