Skip to content

Commit 5329b5f

Browse files
committed
fix: change ES log level to info
1 parent 4efec9e commit 5329b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/config_production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"logger": {
33
"elasticsearch": {
4-
"level": "error",
4+
"level": "info",
55
"clientOpts": {
66
"node": "http://elasticsearch:9200"
77
},

0 commit comments

Comments
 (0)