mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11266 Fix location of console.log
This commit is contained in:
parent
24d7c51d92
commit
08a4c28953
@ -667,7 +667,8 @@ $table->data[$i++][] = html_print_label_input_block(
|
||||
true
|
||||
)
|
||||
);
|
||||
|
||||
$console_log_text = __('Log location').': /var/log/php-fpm/error.log';
|
||||
$console_log_text .= '<br/>'.__('This log is recommended to be DISABLED by default due to the large amount of debug data it generates.');
|
||||
$table->data[$i][] = html_print_label_input_block(
|
||||
__('Enable console log'),
|
||||
html_print_checkbox_switch(
|
||||
@ -676,8 +677,8 @@ $table->data[$i][] = html_print_label_input_block(
|
||||
$config['console_log_enabled'],
|
||||
true
|
||||
).ui_print_input_placeholder(
|
||||
__('Log location').': pandora_console/log/console.log',
|
||||
true
|
||||
$console_log_text,
|
||||
true,
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user