Skip to content

Commit

Permalink
ignore this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Apr 8, 2021
1 parent 9d14a70 commit 5055ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enobrev/php-tools",
"description": "General Tools",
"version": "1.0.1",
"version": "1.0.2",
"type": "library",
"license": "MIT",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions src/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private static function initLogger(): Logger {

$oHandler = new StreamHandler(fopen('php://stdout', 'wb'), Logger::DEBUG);
$oHandler->setFormatter($oFormatter);

self::$oLog->pushHandler($oHandler);
} else {
if (self::$bJSONLogs) {
Expand Down

0 comments on commit 5055ce0

Please sign in to comment.