Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2009-01-19 15:17:18
Size: 126
Editor: EldZierau
Comment:
Revision 12 as of 2009-06-18 13:40:15
Size: 1160
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Each application in the installed and started !NetarchiveSuite package writes to local logs. These logs contains information from the execution of the application.
Line 3: Line 4:
log-files are placed at the applications writing to the logs ... Each application has been started with a log property file which defines how the log files are named and where they are placed.
Line 5: Line 6:
see deploy ... Consider application A in terms of the settings used for deploy (see also [:Configuration_Manual: Configuration Manual]) where:
 * name is {{{AN}}} (defined in setting {{{ApplicationName}}})
 * application instance id is X (defined in setting {{{ApplicationInstanceId}}})
 * the application is placed on machine M (defined in setting {{{deployMachine}}})
 * the application is installed in dir D (defined in setting {{{deployInstallDir}}})
 * the log.prop file for the application is defined to be named {{{log}}} (is default in log.prop template)
 
Here the logs will be places at:

   {{{deployMachine::deployInstallDir/log/ApplicationName[_ApplicationInstanceId]<n>.log.<m>}}}

or expressed with name

   {{{M::D/log/AN_ID<n>.log.<m>}}}

where the newest log is the one with {{{<m>=0}}} and {{{<n>=0}}}

Hints to Where to Find Log-files

Each application in the installed and started NetarchiveSuite package writes to local logs. These logs contains information from the execution of the application.

Each application has been started with a log property file which defines how the log files are named and where they are placed.

Consider application A in terms of the settings used for deploy (see also [:Configuration_Manual: Configuration Manual]) where:

  • name is AN (defined in setting ApplicationName)

  • application instance id is X (defined in setting ApplicationInstanceId)

  • the application is placed on machine M (defined in setting deployMachine)

  • the application is installed in dir D (defined in setting deployInstallDir)

  • the log.prop file for the application is defined to be named log (is default in log.prop template)

Here the logs will be places at:

  • deployMachine::deployInstallDir/log/ApplicationName[_ApplicationInstanceId]<n>.log.<m>

or expressed with name

  • M::D/log/AN_ID<n>.log.<m>

where the newest log is the one with <m>=0 and <n>=0

Guidelines/LogFileHints (last edited 2010-08-16 10:24:37 by localhost)