Skip to content
Snippets Groups Projects
Commit 8b25378e authored by Alex's avatar Alex
Browse files

Solve typo

parent f9cd9366
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5409 passed
......@@ -43,7 +43,7 @@ class WowaJob implements ShouldQueue
{
$memory = memory_get_usage();
$logger = new Logger('wowa-training-test');
$logger->pushHandler(new StreamHandler(DIR.'/app.log', Logger::DEBUG));
$logger->pushHandler(new StreamHandler(__DIR__.'/app.log', Logger::DEBUG));
$logger->debug("Job Beginning");
$this->wowa->status = Wowa::STATE_RUNNING;
$this->wowa->start_time = time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment