We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2296e80 commit 6b63936Copy full SHA for 6b63936
src/TelegramLog.php
@@ -72,10 +72,10 @@ public static function initialize(Logger $external_monolog = null)
72
self::$monolog = $external_monolog;
73
74
foreach (self::$monolog->getHandlers() as $handler) {
75
- if ($handler->getLevel() == 400 ) {
+ if ($handler->getLevel() == 400) {
76
self::$error_log_path = true;
77
}
78
- if ($handler->getLevel() == 100 ) {
+ if ($handler->getLevel() == 100) {
79
self::$debug_log_path = true;
80
81
0 commit comments