We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1061f17 commit 49ac245Copy full SHA for 49ac245
config/log4rs.example.yaml
@@ -1,16 +1,13 @@
1
appenders:
2
- stdout:
+ console:
3
kind: console
4
encoder:
5
- pattern: "{d(%Y-%m-%d %H:%M:%S)} {h({l})} {m}\n"
+ pattern: "{d(%Y-%m-%d %H:%M:%S)} {M}:{L} {h({l})} {m}{n}"
6
daily:
7
kind: rolling_file
8
path: "log/index.log"
9
10
11
- filters:
12
- - kind: threshold
13
- level: warn
14
policy:
15
trigger:
16
kind: time
@@ -22,6 +19,14 @@ appenders:
22
19
count: 10
23
20
root:
24
21
level: info
25
- appenders:
26
- - stdout
27
- - daily
+
+loggers:
+ geode_index:
+ level: info
+ appenders:
+ - console
28
+ - daily
29
+ actix_server:
30
31
32
0 commit comments