Skip to content

Commit 8315c52

Browse files
committed
Try fix solr logging
cc #1099
1 parent 460f8ec commit 8315c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sunspot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ production: &solr_prod
22
solr:
33
hostname: localhost
44
port: 8983
5-
log_level: WARNING
5+
log_level: WARN
66
path: /solr/default
77
memory: 512M
88
read_timeout: 20
@@ -31,5 +31,5 @@ test:
3131
solr:
3232
hostname: localhost
3333
port: 8981
34-
log_level: WARNING
34+
log_level: WARN
3535
path: /solr/test

0 commit comments

Comments
 (0)