Skip to content

Commit d40768d

Browse files
committed
L10N patch.
Changelog excerpt: - Added hints about time placeholders (e.g., {yyyy}, {hh}, etc) to the various configuration directives for logging.
1 parent 12c3862 commit d40768d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,26 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2024.03.11).
10+
# This file: Configuration defaults file (last modified: 2024.04.30).
1111
##/
1212

1313
core:
1414
scan_log:
1515
type: "string"
1616
default: ""
17+
hints: "hints_logging_datetime"
1718
scan_log_serialized:
1819
type: "string"
1920
default: ""
21+
hints: "hints_logging_datetime"
2022
error_log:
2123
type: "string"
2224
default: ""
25+
hints: "hints_logging_datetime"
2326
outbound_request_log:
2427
type: "string"
2528
default: ""
29+
hints: "hints_logging_datetime"
2630
truncate:
2731
type: "kb"
2832
default: "0KB"
@@ -120,6 +124,7 @@ core:
120124
"{yy}년 {m}월 {d}일": "{yy}년 {m}월 {d}일"
121125
"{yyyy}-{mm}-{dd}T{hh}:{ii}:{ss}{t:z}": "{yyyy}-{mm}-{dd}T{hh}:{ii}:{ss}{t:z}"
122126
"{d}. {m}. {yyyy}": "{d}. {m}. {yyyy}"
127+
hints: "hints_time_format"
123128
ipaddr:
124129
type: "string"
125130
default: "REMOTE_ADDR"

0 commit comments

Comments
 (0)