9
0
Fork 0

ggsn: Change the default log levels for the logfile

Print category and the extended timestamp format for the GGSN.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-28 15:14:12 +01:00
parent 91d0ee5c14
commit 74d7410a68
1 changed files with 2 additions and 0 deletions

View File

@ -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);