Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib:irmd: Fix logs and irm_create | dimitri staessens | 2016-07-06 | 1 | -0/+6 |
| | | | | | | | The irm_create() function called irmd_destroy before some key values were initialized. Logs cleanup was missing. | ||||
* | lib, irmd, ipcpd: Provide the feature to write to logs | Sander Vrijders | 2016-07-06 | 1 | -0/+36 |
Writing output to log files is now enabled by default. Logs are written to <INSTALL_PREFIX>/var/log/ouroboros, which is created on install. There is a log file for the irmd and one per IPCP. To still get (colored) output on stdout, provide the --stdout switch when starting the irmd. Fixes #17 |