mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +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
|
class EmbeddedWeb extends ApplicationBootstrap
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Request object
|
* Request
|
||||||
*
|
*
|
||||||
* @var Request
|
* @var Request
|
||||||
*/
|
*/
|
||||||
@ -57,6 +57,7 @@ class EmbeddedWeb extends ApplicationBootstrap
|
|||||||
* Embedded bootstrap parts
|
* Embedded bootstrap parts
|
||||||
*
|
*
|
||||||
* @see ApplicationBootstrap::bootstrap
|
* @see ApplicationBootstrap::bootstrap
|
||||||
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
protected function bootstrap()
|
protected function bootstrap()
|
||||||
@ -65,6 +66,8 @@ class EmbeddedWeb extends ApplicationBootstrap
|
|||||||
->setupZendAutoloader()
|
->setupZendAutoloader()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->loadConfig()
|
->loadConfig()
|
||||||
|
->setupLogging()
|
||||||
|
->setupLogger()
|
||||||
->setupRequest()
|
->setupRequest()
|
||||||
->setupResponse()
|
->setupResponse()
|
||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user