You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Amrit Verma (Jira)" <ji...@apache.org> on 2022/04/04 10:42:00 UTC

[jira] [Resolved] (OAK-9578) Duplicate logs in oak run indexing output

     [ https://issues.apache.org/jira/browse/OAK-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amrit Verma resolved OAK-9578.
------------------------------
    Resolution: Fixed

> 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
>            Priority: Minor
>
> 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.20.1#820001)