|
@@ -120,7 +120,7 @@ struct cfg_group_core default_core_cfg = {
|
|
0, /*!< force_rport */
|
|
0, /*!< force_rport */
|
|
L_DBG, /*!< memlog */
|
|
L_DBG, /*!< memlog */
|
|
3, /*!< mem_summary -flags: 0 off, 1 pkg_status, 2 shm_status,
|
|
3, /*!< mem_summary -flags: 0 off, 1 pkg_status, 2 shm_status,
|
|
- 4 pkg_sums, 8 shm_sums */
|
|
|
|
|
|
+ 4 pkg_sums, 8 shm_sums, 16 short_status */
|
|
L_ERR /*!< corelog */
|
|
L_ERR /*!< corelog */
|
|
};
|
|
};
|
|
|
|
|
|
@@ -301,13 +301,14 @@ cfg_def_t core_cfg_def[] = {
|
|
"force rport for all the received messages" },
|
|
"force rport for all the received messages" },
|
|
{"memlog", CFG_VAR_INT|CFG_ATOMIC, 0, 0, 0, 0,
|
|
{"memlog", CFG_VAR_INT|CFG_ATOMIC, 0, 0, 0, 0,
|
|
"log level for memory status/summary information"},
|
|
"log level for memory status/summary information"},
|
|
- {"mem_summary", CFG_VAR_INT|CFG_ATOMIC, 0, 15, 0, 0,
|
|
|
|
|
|
+ {"mem_summary", CFG_VAR_INT|CFG_ATOMIC, 0, 31, 0, 0,
|
|
"memory debugging information displayed on exit (flags): "
|
|
"memory debugging information displayed on exit (flags): "
|
|
" 0 - off,"
|
|
" 0 - off,"
|
|
" 1 - dump all the pkg used blocks (status),"
|
|
" 1 - dump all the pkg used blocks (status),"
|
|
" 2 - dump all the shm used blocks (status),"
|
|
" 2 - dump all the shm used blocks (status),"
|
|
" 4 - summary of pkg used blocks,"
|
|
" 4 - summary of pkg used blocks,"
|
|
- " 8 - summary of shm used blocks" },
|
|
|
|
|
|
+ " 8 - summary of shm used blocks,"
|
|
|
|
+ " 16 - short status instead of dump" },
|
|
{"corelog", CFG_VAR_INT|CFG_ATOMIC, 0, 0, 0, 0,
|
|
{"corelog", CFG_VAR_INT|CFG_ATOMIC, 0, 0, 0, 0,
|
|
"log level for non-critical core error messages"},
|
|
"log level for non-critical core error messages"},
|
|
{0, 0, 0, 0, 0, 0}
|
|
{0, 0, 0, 0, 0, 0}
|