log4j log line in in Orbeon explanation

classic Classic list List threaded Threaded
2 messages Options
sam
Reply | Threaded
Open this post in threaded view
|

log4j log line in in Orbeon explanation

sam
Hi,

I have a project running with Orbeon form and I have a job taking a long
time to finish. I have found in the log4j log output the line but can refer
back to a Orbeon process. Can somebody help me with this.

This line in the log tells me that this step took 182686 ms to process:
2017-08-31 13:40:39,629 INFO  lifecycle  - event: {"request": "8577",
"session": "FFF3C4741B05418469EAB3B8F4EE070B", "source": "fr", "message":
"end: process", "time": "182,686 ms"}

But which process this relates to is not known.

the log4j.xml has following:

   <category name="org.orbeon.oxf.xforms.processor.XFormsServer">
        <priority value="warn"/>
    </category>

    <root>
        <priority value="info"/>
        <appender-ref ref="RollingFileAppender"/>
    </root>

--
Sent from: http://discuss.orbeon.com/

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: log4j log line in in Orbeon explanation

Alessandro  Vernet
Administrator
If you search in the log for "request": "8577", you'll find other log lines
related to this request, which should allow you to gather more information
about the request that took so long. You'll let us know if this helps,

Alex

-----
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
--
Sent from: http://discuss.orbeon.com/

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet