diff --git a/library/Icinga/Application/EmbeddedWeb.php b/library/Icinga/Application/EmbeddedWeb.php index b2d8ec046..31a0cde80 100644 --- a/library/Icinga/Application/EmbeddedWeb.php +++ b/library/Icinga/Application/EmbeddedWeb.php @@ -20,7 +20,7 @@ use Icinga\Web\Response; class EmbeddedWeb extends ApplicationBootstrap { /** - * Request object + * Request * * @var Request */ @@ -57,6 +57,7 @@ class EmbeddedWeb extends ApplicationBootstrap * Embedded bootstrap parts * * @see ApplicationBootstrap::bootstrap + * * @return $this */ protected function bootstrap() @@ -65,6 +66,8 @@ class EmbeddedWeb extends ApplicationBootstrap ->setupZendAutoloader() ->setupErrorHandling() ->loadConfig() + ->setupLogging() + ->setupLogger() ->setupRequest() ->setupResponse() ->setupTimezone()