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:
parent
2e54424d83
commit
7c70671781
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user