journal: disable default debug logging

This commit is contained in:
Lennart Poettering 2011-12-30 22:29:23 +01:00
parent 783d2675ef
commit b3a0ad5ab1
2 changed files with 0 additions and 4 deletions

View file

@ -444,9 +444,6 @@ int main(int argc, char *argv[]) {
sd_journal *j = NULL;
unsigned line = 0;
log_set_max_level(LOG_DEBUG);
log_set_target(LOG_TARGET_CONSOLE);
log_parse_environment();
log_open();

View file

@ -1858,7 +1858,6 @@ int main(int argc, char *argv[]) {
}
log_set_target(LOG_TARGET_CONSOLE);
log_set_max_level(LOG_DEBUG);
log_parse_environment();
log_open();