nanobts_omlattra_test: Initialize logging before executing tests

... the library code we call could want to log something, after all.

Change-Id: Ic01e9bfb63d7b6def9432103e744c23c90f0f6b9
diff --git a/tests/nanobts_omlattr/nanobts_omlattr_test.c b/tests/nanobts_omlattr/nanobts_omlattr_test.c
index 3c81e43..cdb37a3 100644
--- a/tests/nanobts_omlattr/nanobts_omlattr_test.c
+++ b/tests/nanobts_omlattr/nanobts_omlattr_test.c
@@ -191,6 +191,9 @@
 	struct gsm_network *net;
 	struct gsm_bts_trx *trx;
 
+	osmo_init_logging(&log_info);
+	log_set_log_level(osmo_stderr_target, LOGL_INFO);
+
 	ctx = talloc_named_const(NULL, 0, "ctx");
 
 	/* Allocate environmental structs (bts, net, trx) */