Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Follow log_level even when using journald output | louiz’ | |
fix #3328 | |||
2018-01-12 | Only use sd_journal_* if we really are outputing to journald | louiz’ | |
We check that the device and inode numbers are actually the same as the JOURNAL_STREAM value, instead of just checking that the value exists. This fixes the logger unit tests | |||
2017-09-09 | Fix the build without systemd, by adding a few define | louiz’ | |
2017-09-06 | When biboumi is logging into journald, use sd_journal_send | louiz’ | |
This makes sure that multi-lines messages are properly parsed as a single message by journald. fix #3268 | |||
2017-03-14 | Refactoring louloulibs and cmake | louiz’ | |
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache | |||
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz | |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz | |
By using SYSTEMD_FOUND instead of SYSTEMDDAEMON_FOUND, where I forgot to rename it… | |||
2015-02-21 | Properly display [DEBUG] on debug lines, instead of [ERROR] | Florent Le Coz | |
2014-06-30 | Use systemd-daemon logging prefix if available | Florent Le Coz | |
2014-04-28 | Upgrade to C++14 | Florent Le Coz | |
2013-12-03 | Use the logger everywhere | Florent Le Coz | |
2013-12-03 | Add a logger class | Florent Le Coz | |