journal: log journal internal messages to kmsg

This commit is contained in:
Lennart Poettering 2012-05-22 19:26:51 +02:00
parent e6a2674500
commit 5ad661b6b0
1 changed files with 1 additions and 1 deletions

View File

@ -2774,7 +2774,7 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE;
}
log_set_target(LOG_TARGET_CONSOLE);
log_set_target(LOG_TARGET_KMSG);
log_set_facility(LOG_SYSLOG);
log_parse_environment();
log_open();