Petals ESB CLI

Add support of Java Logging

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.0
  • Fix Version/s: 2.1.0
  • Component/s: Command interpretor
  • Security Level: Public
  • Description:
    Hide

    To be able to get log trace of the Petals CLI software components, add a support of the configuration of Java Logging adapted to the Petals CLI output:

    • all traces are printed as following: <LEVEL>: <message>
    • the level SEVERE is printed as 'ERROR' (to be compliant with existing error messages,
    • other levels are internationally printed,
    • by default, only levels SEVERE and WARNING are printed.

    The default configuration will be JAR-embedded, and can be overridden through the property 'java.util.logging.config.file'

    A sample configuration is provided into the file '$PETALS_CLI_HOME/conf/petals-cli-logging-sample.properties'.

    Show
    To be able to get log trace of the Petals CLI software components, add a support of the configuration of Java Logging adapted to the Petals CLI output:
    • all traces are printed as following: <LEVEL>: <message>
    • the level SEVERE is printed as 'ERROR' (to be compliant with existing error messages,
    • other levels are internationally printed,
    • by default, only levels SEVERE and WARNING are printed.
    The default configuration will be JAR-embedded, and can be overridden through the property 'java.util.logging.config.file' A sample configuration is provided into the file '$PETALS_CLI_HOME/conf/petals-cli-logging-sample.properties'.
  • Environment:
    -

Issue Links

Activity

People

Dates

  • Created:
    Fri, 21 Sep 2012 - 14:23:31 +0200
    Updated:
    Mon, 5 May 2014 - 11:53:08 +0200
    Resolved:
    Fri, 21 Sep 2012 - 16:40:02 +0200