Fixed custom logger info
To make a custom logger, you need to add the parent::__construct($options) call. Otherwise everything borks. At least it fixed the problem for me.
Loading
Please sign in to comment
To make a custom logger, you need to add the parent::__construct($options) call. Otherwise everything borks. At least it fixed the problem for me.