FS-10751: [mod_av] Add parsing for TRACE log level in AV

This commit is contained in:
Brian West 2017-10-25 13:11:19 -05:00
parent d60a1e95f7
commit 3300661137
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ int mod_av_lockmgr_cb(void **m, enum AVLockOp op)
return 0;
}
#ifndef AV_LOG_TRACE
#define AV_LOG_TRACE 96
#endif
static void log_callback(void *ptr, int level, const char *fmt, va_list vl)
{
switch_log_level_t switch_level = SWITCH_LOG_DEBUG;