Actions
Bug #709
closed
DG
DG
Configuration file loading order
Bug #709:
Configuration file loading order
Start date:
01/07/2014
Due date:
% Done:
100%
Estimated time:
Description
We need to load in this order the configuration files:
1) System Wide (/etc/lttng/lttng.conf)
2) Local ($HOME/.lttng/lttng.conf)
3) Command line argument
This way, the local file overwrite system wide and command line overwrites local.
Code found in src/common/config/config.c
Actions