mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Merge branch 'beta' into devel
This commit is contained in:
commit
7471eacedd
@ -1202,6 +1202,9 @@ function OutputDebugMessage($szDbg, $szDbgLevel = DEBUG_INFO)
|
||||
// Check if we should print the Error!
|
||||
if ( GetConfigSetting("MiscShowDebugMsg", 0, CFGLEVEL_USER) == 1 )
|
||||
{
|
||||
// Also enable the template helper variable here!
|
||||
$content['SHOWDEBUGMSG'] = true;
|
||||
|
||||
$content['DEBUGMSG'][] = array(
|
||||
"DBGLEVEL" => $szDbgLevel,
|
||||
"DBGLEVELTXT" => GetDebugModeString($szDbgLevel),
|
||||
|
Loading…
x
Reference in New Issue
Block a user