Skip to content

Commit 3bb190c

Browse files
author
Dmitry Tarasov
committed
Add one more TODO for future implementation
1 parent ba80bce commit 3bb190c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Stackify/Log/Standalone/Logger.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Logger extends AbstractLogger
2121

2222
public function __construct()
2323
{
24+
// @TODO support minimal level
2425
$this->builder = new MessageBuilder();
2526
$this->timezone = new \DateTimeZone(date_default_timezone_get() ?: 'UTC');
2627
}

0 commit comments

Comments
 (0)