hbc proper termination, hbd config reloadable

This commit is contained in:
Andreas Wrede
2026-04-02 07:17:00 -04:00
parent 84c1aef51f
commit c5770006f7
15 changed files with 612 additions and 62 deletions
-2
View File
@@ -52,7 +52,6 @@ async def test_basic_logging():
'ID': 'HTB',
'name': 'testhost1',
'interval': 30,
'ver': 1
},
{
'ID': 'PLG',
@@ -146,7 +145,6 @@ async def test_rotation():
'ID': 'HTB',
'name': f'testhost{i}',
'interval': 30,
'ver': 1,
'data': 'x' * 50 # Add some padding
}
await journal.log_message(msg, ('192.168.1.100', 50000 + i), 1000.0 + i)