Open simianhacker opened 7 hours ago
This PR introduces the first integration test for the Streams project. This test covers the following basic functionality:
logs
logs.nginx
log.logger == 'nginx'
logs.nginx.access
log.level == 'info'
log.nginx.access
✅ unchanged
Summary
This PR introduces the first integration test for the Streams project. This test covers the following basic functionality:
logs
logs.nginx
for that reroutes based onlog.logger == 'nginx'
logs.nginx
logs.nginx.access
that reroutes based onlog.level == 'info'
log.nginx.access