aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-28 15:14:12 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-28 15:14:12 +0100
commit74d7410a684fe28077e45e1da510bf5e32f9b001 (patch)
treef9d40ac3565ccd0ef48f6ba41fb598c3acb3bbc6
parent91d0ee5c140a7b9cff8fb71d7fd19025a92bc71b (diff)
ggsn: Change the default log levels for the logfilesysmocom/default-loglevel
Print category and the extended timestamp format for the GGSN.
-rw-r--r--ggsn/ggsn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 53c8c01..36497bc 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -274,6 +274,8 @@ int main(int argc, char **argv)
}
log_set_all_filter(tgt, 1);
log_set_use_color(tgt, 0);
+ log_set_print_extended_timestamp(tgt, 1);
+ log_set_print_category(tgt, 1);
if (args_info.loglevel_arg) {
lvl = log_parse_level(args_info.loglevel_arg);