686 B
		
	
	
	
	
			
		
		
	
	
			686 B
		
	
	
	
	
Changelog
1.0
- Remove the old API: NewConnWith,WithPrefixand etc and move to a simpleNewfunction.
- Prefix is no longer supported in this package.
- Change the Hook structure to have only two members: logrus.Formatterandio.Writer.
0.4
- Update the name of the package from logrus_logstashtologrustash
- Add TimeFormat to Hook
- Replace the old logrus package path: github.com/Sirupsen/logruswithgithub.com/sirupsen/logrus
0.3
- Fix the Logstash format to set @versionto"1"
- Add unit-tests to logstash.go
- Remove the assert package
- Add prefix filtering
Before that (major changes)
- Update LICENSE to MIT from GPL