Skip to content
Eduard Grasa edited this page Jun 9, 2021 · 12 revisions

Logging system

User space Daemons

The log files of user space daemons are located at the path specified in the main IPCM configuration file, within the "localConfiguration" section.

"localConfiguration" : {
    "installationPath" : "//bin",
    "libraryPath" : "//lib",
    "logPath" : "//var/log",
    "consoleSocket" : "//var/run/ipcm-console.sock",
    "system-name" : "tor1",
    "pluginsPaths" : ["//lib/rinad/ipcp"]
  },

For each IPC Process Daemon there will be a log file called (process name)-(process instance).log (for example test1.IRATI.DIF-1.log). The IPC Manager Daemon logs are stored in the log file called ipcm.log.