Hi,
I want to use the standard logger class with invo app. The example in the documentation is:
$logger = new \Phalcon\Logger\Adapter\File("app/logs/test.log");
but this is not working, nor is the /../app/logs/test.log path. Logger is working only when I give it the full path to the file.
My question is: is there a way to give to logger a short path?
Thanks