Skip to content

Commit

Permalink
Log dumper
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pryakhin <[email protected]>
  • Loading branch information
Anton Pryakhin committed Oct 7, 2024
1 parent 6190b97 commit 10fd3bd
Show file tree
Hide file tree
Showing 5 changed files with 778 additions and 138 deletions.
9 changes: 9 additions & 0 deletions src/groups/mqb/mqbcfg/mqbcfg.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
</sequence>
</complexType>

<complexType name='LogDumpConfig'>
<sequence>
<element name='recordBufferSize' type='int' default='32768'/>
<element name='recordingLevel' type='string' default='OFF'/>
<element name='triggerLevel' type='string' default='OFF'/>
</sequence>
</complexType>

<complexType name='LogController'>
<sequence>
<element name='fileName' type='string'/>
Expand All @@ -51,6 +59,7 @@
<element name='categories' type='string' maxOccurs='unbounded'/>
<!-- format for 'categories': 'categoryExpression:severity:color' -->
<element name='syslog' type='tns:SyslogConfig'/>
<element name='logDump' type='tns:LogDumpConfig'/>
</sequence>
</complexType>

Expand Down
Loading

0 comments on commit 10fd3bd

Please sign in to comment.