module(load="omstdout") # Output the amphora tenant traffic flow logs if ($syslogfacility-text == "local0" and $syslogseverity-text == "info" and $hostname startswith "amphora") then { action(type="omstdout") stop } # Output the amphora administrative logs if ($syslogfacility-text != "local0" and $hostname startswith "amphora") then { action(type="omstdout") stop }