From a94de757fccb1dc270cfdf102bbf36fa817de5ad Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 3 Jan 2023 13:48:50 +0100 Subject: [PATCH] Log: add to main_tui --- src/main_tui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main_tui.c b/src/main_tui.c index 965c82f..da573a6 100644 --- a/src/main_tui.c +++ b/src/main_tui.c @@ -329,6 +329,9 @@ void main_init(int argc, char **argv) int main(int argc, char **argv) { + orca_log_level_set(ORCA_LOG_LEVEL_ALL); + orca_log_backends_set(ORCA_LOG_BACKEND_FILE); + ORCA_LOG_INFO(); main_init(argc, argv); int cur_timeout = 0;