]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: Parse logging environment earlier
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 18 Apr 2023 11:15:20 +0000 (13:15 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 20 Apr 2023 11:43:37 +0000 (13:43 +0200)
commitd2f57745d543e9981980f502deb55fcedb6767ce
tree4498e758ea2d884c3c3e44b9a3fca72e81bf4e09
parente1d8f702a2cacc12978bd7c17e22a8c312404cdf
core: Parse logging environment earlier

Let's make sure we parse the logging environment ASAP so that the
options apply to more code. e.g. to allow debugging kmod-setup.c
for example.
src/core/main.c