Actions
Bug #709
closedConfiguration 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
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 7ab02a271869642f4b34d4bd4dd9a68b3207271d.
Actions