Hello,
I have a solr (version 6.6.6) docker container running where a few logs are
being written to /var/log/messages. My log4j.properties has the rootLogger set
to file and console. I have attached it for reference. My question is why are
some logs still being written to /var/log/messages and what can I do to stop
that?
Example of logs in /var/log/messages:
Aug 21 03:49:45 devstack 8fa87b1b73a8: 2020-08-21 03:49:45.209 INFO
(qtp1282788025-249) [ x:ask_a_question] o.a.s.c.S.Request [ask_a_question]
webapp=/solr path=/dataimport
params={RequestTimeout=60&qt=/dataimport&clean=false&command=full-import}
status=0 QTime=207
Aug 21 03:49:45 devstack e0ee5f7c16d0: 2020-08-21 03:49:45.700 INFO
(qtp1282788025-76) [ x:ta_portal] o.a.s.u.p.LogUpdateProcessorFactory
[ta_portal] webapp=/solr path=/dataimport
params={RequestTimeout=60&qt=/dataimport&clean=false&command=full-import}{} 0
15698
Aug 21 03:49:47 devstack 8fa87b1b73a8: 2020-08-21 03:49:47.823 INFO
(qtp1282788025-220) [ x:ta_portal] o.a.s.u.p.LogUpdateProcessorFactory
[ta_portal] webapp=/solr path=/dataimport
params={RequestTimeout=60&qt=/dataimport&clean=false&command=full-import}{} 0
17822
Thanks,
Sowmya.