You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Baessler (JIRA)" <ui...@incubator.apache.org> on 2007/06/01 11:53:15 UTC

[jira] Commented: (UIMA-337) Should log process begin/end for service adapters

    [ https://issues.apache.org/jira/browse/UIMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500648 ] 

Michael Baessler commented on UIMA-337:
---------------------------------------

I looked at this issue, but I not sure if I understand what we should do here.

When I use for example vinci remoting the log file contains the following settings when calling the service for example with CVD:


6/1/07 11:45:13 AM - 10: org.apache.uima.util.SimpleResourceFactory.produceResource: CONFIG: trying Resource class org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceAdapter

6/1/07 11:45:49 AM - 10: org.apache.uima.analysis_engine.service.impl.AnalysisEngineServiceAdapter.process: FINE: AnalysisEngine Meeting Detector TAE process begin

6/1/07 11:45:49 AM - 10: org.apache.uima.adapter.vinci.CASTransportable.toStream(272): FINEST: Serializing CAS.

6/1/07 11:45:49 AM - 10: org.apache.uima.adapter.vinci.CASTransportable.toStream(286): FINEST: CAS Serialization Complete.

6/1/07 11:45:49 AM - 10: org.apache.uima.analysis_engine.service.impl.AnalysisEngineServiceAdapter.process: FINE: AnalysisEngine Meeting Detector TAE process end

The log level for these messages is FINE so by default they are not visible. Or is there anything else that should be logged?

> Should log process begin/end for service adapters
> -------------------------------------------------
>
>                 Key: UIMA-337
>                 URL: https://issues.apache.org/jira/browse/UIMA-337
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Adam Lally
>            Priority: Minor
>             Fix For: 2.2
>
>
> Users requests that service adapters (i.e. stubs for remote services) log messages such as the "Analysis Engine <name> process begin/end" that are already logged for integrated AEs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.