Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-394

Improve logging for camel-mina

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3.0
    • 1.3.0
    • camel-mina
    • None

    Description

      Currently camel-mina does not log using similar log classnames for a MinaProducer and MinaConsumer. This can be a bit misleading in the log files.

      MinaConsumer uses an anonymous inner class to do the IoHandler where as MinaProducer does not. This renders the loglines such as

      MinaConsumer$1 - XXX
      MinaProducer$RecieveHandler - XXX
      

      MinaConsumer should use a non anonymous inner classes so logging is the same:

      MinaConsumer$RecieveHandler - XXX
      MinaProducer$ResponseHandler - XXX
      

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: