journald: don't do debug logging by default

This commit is contained in:
Lennart Poettering 2012-09-10 13:18:39 +02:00
parent 272410e179
commit c17a8454f7
1 changed files with 0 additions and 1 deletions

View File

@ -1492,7 +1492,6 @@ int main(int argc, char *argv[]) {
log_set_target(LOG_TARGET_SAFE);
log_set_facility(LOG_SYSLOG);
log_set_max_level(LOG_DEBUG);
log_parse_environment();
log_open();