Merge branch 'ent-11266-no-se-habilita-el-log-de-consola-en-770-ni-771' into 'develop'
Ent 11266 no se habilita el log de consola en 770 ni 771 See merge request artica/pandorafms!6001
This commit is contained in:
commit
57058c4f9c
|
@ -681,15 +681,19 @@ $table->data[$i++][] = html_print_label_input_block(
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$help_tip = ui_print_help_tip(
|
||||||
|
__('This log is recommended to be DISABLED by default due to the large amount of debug data it generates.'),
|
||||||
|
true
|
||||||
|
);
|
||||||
$table->data[$i][] = html_print_label_input_block(
|
$table->data[$i][] = html_print_label_input_block(
|
||||||
__('Enable console log'),
|
__('Enable console log').$help_tip,
|
||||||
html_print_checkbox_switch(
|
html_print_checkbox_switch(
|
||||||
'console_log_enabled',
|
'console_log_enabled',
|
||||||
1,
|
1,
|
||||||
$config['console_log_enabled'],
|
$config['console_log_enabled'],
|
||||||
true
|
true
|
||||||
).ui_print_input_placeholder(
|
).ui_print_input_placeholder(
|
||||||
__('Log location').': pandora_console/log/console.log',
|
__('Log location').': /var/log/php-fpm/error.log',
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue