Differences between revisions 4 and 16 (spanning 12 versions)
Revision 4 as of 2009-01-22 10:09:04
Size: 1341
Editor: EldZierau
Comment:
Revision 16 as of 2010-08-16 10:24:37
Size: 1154
Editor: localhost
Comment: converted to 1.6 markup
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. Each application in the installed and started !NetarchiveSuite package writes to local logs. These logs contains information about the execution of the application.
Line 4: Line 4:
Each application has been started with a log property file which defines how the log files are named and where they are placed. Each application is associated with a log property file which defines how the log files for this application are named and where they are located.
Line 6: Line 6:
Conseider application A in terms of the settings used for deploy where: Consider application A in terms of the settings used for deploy (see also [[Configuration Manual]]) where:
Line 12: Line 13:
  Here the logs will be places at: Here the logs will be placed at:
Line 15: Line 15:
   {{{deployMachine}}}::{{{deployInstallDir}}}/log/{{{ApplicationName}}}[_{{{ApplicationInstanceId}}}]<n>.log.<m>
 . {{{deployMachine::deployInstallDir/log/ApplicationName[_ApplicationInstanceId]<n>.log.<m>}}}
Line 19: Line 18:
   M::D/log/AN_ID<n>.log.<m>

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

 with name {{{AN}}} (defined in setting {{{ApplicationName}}}){{{AN}}} and with application instance id {{{ID}}} (defined in setting {{{ApplicationInstanceId}}}) to install and start !NetarchiveSuite the logs will

see deploy ...
 . {{{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 about the execution of the application.

Each application is associated with a log property file which defines how the log files for this application are named and where they are located.

Consider application A in terms of the settings used for deploy (see also 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 placed 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)