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.

The default logging level is "INFO", but this level can be changed via the "-l" flag when launching the IPC Manager Daemon. For instance:

ipcm -c /etc/ipcm.conf -l DEBUG

Kernel components

The kernel components log their output to the system log (accessible in /var/log/messages or /var/log/syslog).

Clone this wiki locally