sirupsen / logrus

Structured, pluggable logging for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to collect stdout log by filebeat

iweixubin opened this issue · comments

OS: Linux

	log.SetOutput(os.Stdout)
	log.SetFormatter(&log.JSONFormatter{})

i dont want to use log file
but i can't find the way to collect stdout with filebeat