== 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].log.}}} or expressed with name . {{{M::D/log/AN_ID.log.}}} where the newest log is the one with {{{=0}}} and {{{=0}}}