Merge branch 'logging_changes' of https://github.com/adam-bishop/trust_router
[trust_router.git] / tr / tr_main.c
index ae662fa..dc18ca0 100644 (file)
@@ -259,6 +259,9 @@ int main (int argc, const char *argv[])
 
   /* parse command-line arguments? -- TBD */
 
+  /* Use standalone logging */
+  tr_log_open();
+
   /* create a Trust Router instance */
   if (NULL == (tr = tr_create())) {
     tr_crit("Unable to create Trust Router instance, exiting.");