hbc proper termination, hbd config reloadable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user