test: show debug log output during test-loopback

This commit is contained in:
Lennart Poettering
2017-06-23 12:06:58 +02:00
parent a877b1d9a7
commit 3becdb8ac6

View File

@@ -27,6 +27,7 @@ int main(int argc, char* argv[]) {
int r;
log_open();
log_set_max_level(LOG_DEBUG);
log_parse_environment();
r = loopback_setup();