Skip to content

Commit 59c5275

Browse files
committed
FIX: Upd readme
1 parent 5400f17 commit 59c5275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here's how to do that:
133133
use Phphleb\Webrotor\Config;
134134
135135
$config = new Config();
136-
$config->logLevel = 'warning'; // Logging level according to PSR-3.
136+
$config->logLevel = 'warning'; // Logging max level according to PSR-3.
137137
$config->workerNum = 2; // Number of workers.
138138
$config->workerLifetimeSec = 120; // Worker lifetime is two minutes.
139139

0 commit comments

Comments
 (0)