Fix #1225 clarify when error log is written

- 디버그를 꺼도 에러 로그는 계속 기록된다는 점을 표기
- 현재 설정된 에러 로그의 경로를 표기
This commit is contained in:
Kijin Sung 2020-03-23 01:30:59 +09:00
parent 8e593a9d60
commit 676781a83e
3 changed files with 10 additions and 4 deletions

View file

@ -229,10 +229,12 @@ $lang->debug_display_to_ip = 'Visitors from IP adresses listed below';
$lang->debug_display_to_everyone = 'Everyone';
$lang->debug_log_filename = 'Log filename';
$lang->debug_write_error_log = 'Write to Error Log';
$lang->debug_write_error_log_all = 'All errors';
$lang->debug_write_error_log_all = 'All errors and warnings';
$lang->debug_write_error_log_fatal = 'Fatal errors only';
$lang->debug_write_error_log_none = 'None';
$lang->about_debug_log_filename = 'YYYYMMDD in the filename will be replaced with the current date.<br>It is recommended to split the log file by date to prevent it from getting too large.';
$lang->about_debug_write_error_log = 'Select how much information will be recorded in the PHP error log.<br>Error logs are recorded even if debugging is disabled in Rhymix.';
$lang->about_debug_error_log_path = 'The PHP error log is currently located at: %s';
$lang->msg_debug_log_filename_not_writable = 'Rhymix cannot write log files in the specified path.';
$lang->debug_allowed_ip = 'Allowed IP addresses';
$lang->seo_main_title = 'Main Page Title';