Skip to content

Commit 5c4721e

Browse files
committed
simplified log file path
1 parent 3b663a6 commit 5c4721e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/template/config/settings.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
'i18n' => 'en_US',
88
'name' => 'Custom Project',
99
'server_timezone' => 'GMT',
10-
'history' => [
11-
'file' => true,
12-
'path' => 'log'
13-
]
10+
'log_path' => 'log'
1411
];

0 commit comments

Comments
 (0)