mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Set up logging in EmbeddedWeb
This commit is contained in:
parent
59b540cc12
commit
e7262b7d14
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user