1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-24 14:50:17 +03:00

main: lower default log level to INFO

This commit is contained in:
Lennart Poettering 2010-07-07 03:51:56 +02:00
parent 2e54424d83
commit 7c70671781

View File

@ -833,7 +833,7 @@ int main(int argc, char *argv[]) {
log_show_color(true);
log_show_location(false);
log_set_max_level(LOG_DEBUG);
log_set_max_level(LOG_INFO);
if (getpid() == 1) {
arg_running_as = MANAGER_SYSTEM;