eina_log: do not fallback to INFO when we run with systemd support
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 23 Sep 2019 07:42:22 +0000 (09:42 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
commitbb727d60ac19e7b979ae8288bb908327bc171467
treeaebc9dae1d326cce7b21a55bbc318f01e0f5464a
parent5aa27f32f01447b3ce75caa7d1b5a62fbda98b2d
eina_log: do not fallback to INFO when we run with systemd support

INFO is a way too verbose log domain, this lead to the fact that we
spammed journald before the first frame with ~200-300 messages
(depending on the setup) which is quite a lot. Additionally, this also
lead to the fact that we often TIMEOUT our own tests.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D10075
src/lib/eina/eina_log.c