File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Configuration defaults file (last modified: 2024.03.11 ).
10
+ # This file: Configuration defaults file (last modified: 2024.04.30 ).
11
11
# #/
12
12
13
13
core :
14
14
scan_log :
15
15
type : " string"
16
16
default : " "
17
+ hints : " hints_logging_datetime"
17
18
scan_log_serialized :
18
19
type : " string"
19
20
default : " "
21
+ hints : " hints_logging_datetime"
20
22
error_log :
21
23
type : " string"
22
24
default : " "
25
+ hints : " hints_logging_datetime"
23
26
outbound_request_log :
24
27
type : " string"
25
28
default : " "
29
+ hints : " hints_logging_datetime"
26
30
truncate :
27
31
type : " kb"
28
32
default : " 0KB"
@@ -120,6 +124,7 @@ core:
120
124
" {yy}년 {m}월 {d}일 " : " {yy}년 {m}월 {d}일"
121
125
" {yyyy}-{mm}-{dd}T{hh}:{ii}:{ss}{t:z} " : " {yyyy}-{mm}-{dd}T{hh}:{ii}:{ss}{t:z}"
122
126
" {d}. {m}. {yyyy} " : " {d}. {m}. {yyyy}"
127
+ hints : " hints_time_format"
123
128
ipaddr :
124
129
type : " string"
125
130
default : " REMOTE_ADDR"
You can’t perform that action at this time.
0 commit comments