Amrit Verma created OAK-9578:
--------------------------------
Summary: Duplicate logs in oak run indexing output
Key: OAK-9578
URL: https://issues.apache.org/jira/browse/OAK-9578
Project: Jackrabbit Oak
Issue Type: Bug
Components: indexing
Reporter: Amrit Verma
Assignee: Amrit Verma
I see each log line being duplicated....even the very first ones like -
{code:java}
2021-09-15 10:24:49,420 INFO [main] o.a.j.o.r.c.LoggingInitializer - Logging
configured from /opt/aem/test/temp/logback-indexing.xml
2021-09-15 10:24:49,424 INFO [main] o.a.j.o.r.c.LoggingInitializer - Any
change in logging config would be picked up
2021-09-15 10:24:49,424 INFO [main] o.a.j.o.r.c.LoggingInitializer - Logs
would be written to temp/indexing.log
2021-09-15 10:24:49,446 INFO [main] o.a.j.oak.index.IndexCommand - System
properties and vm options passed [-Xmx4500M]
2021-09-15 10:24:49,446 INFO [main] o.a.j.oak.index.IndexCommand - System
properties and vm options passed [-Xmx4500M]{code}
Duplicate lines confirmed using wc-l and uniq -
{code:java}
# wc -l temp/indexing.log
2860 temp/indexing.log
# cat temp/indexing.log | uniq | wc -l
1458 {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)