Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9e630c1

Browse files
committed
Fix path to log directory
1 parent e56536d commit 9e630c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[
3737
'name' => 'stream',
3838
'options' => [
39-
'stream' => 'log/stackoverflow-api.log',
39+
'stream' => getcwd() . '/var/log/stackoverflow-api.log',
4040
'formatter' => [
4141
'name' => 'simple',
4242
'options' => [

0 commit comments

Comments
 (0)