Skip to content

Instantly share code, notes, and snippets.

@aeppert
Created September 11, 2015 17:26
Show Gist options
  • Select an option

  • Save aeppert/dac768109c3689443165 to your computer and use it in GitHub Desktop.

Select an option

Save aeppert/dac768109c3689443165 to your computer and use it in GitHub Desktop.
Globally redefine the default log writer in Bro
export {
redef Log::default_writer = Log::WRITER_TCPLOG;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment