Skip to content

Commit 399e3d8

Browse files
authored
$config['custom_logs_folder']
Related to this pull request: Athlon1600/php-proxy-plugin-bundle#1
1 parent d4676fe commit 399e3d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
// CURLOPT_CONNECTTIMEOUT => 5
4343
);
4444

45+
// set a custom folder to save logs (requires plugin Log)
46+
//$config['custom_logs_folder'] = '/var/logs';
47+
4548
//$config['replace_title'] = 'Google Search';
4649

4750
//$config['error_redirect'] = "https://unblockvideos.com/#error={error_msg}";
@@ -52,4 +55,4 @@
5255
// this better be here other Config::load fails
5356
return $config;
5457

55-
?>
58+
?>

0 commit comments

Comments
 (0)