sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.3k stars 2.26k forks source link

Add ExcludeKey option to TextFormatter #1433

Open ningyougang opened 1 month ago

ningyougang commented 1 month ago

I think this is a common case, when some log collector agent collect the logs from file or standard output, does not need the startingKey(e.g. time=)

ningyougang commented 1 month ago

Can someone review this PR?