diff --git a/src/FileServer.php b/src/FileServer.php index 86b2b93..14590f9 100644 --- a/src/FileServer.php +++ b/src/FileServer.php @@ -13,6 +13,7 @@ class FileServer $this->initializeQuerySocket($context, $queryDSNs); $this->initializeRootDirectory($rootDirectory); $this->initializePoll(); + $this->logf('Info: listening...'); } private function logf(string $format, ...$args): void