4 Commits

Author SHA1 Message Date
Juha Ylitalo
da4a97c1e2 Remove redundant returns (#87)
* If ev.Count >= r.MinCount, it will fallthrough to return true

* No need for return at the end of Stdout.Close
2023-07-06 18:35:17 +03:00
Romain Poirot
335530564c feat: add dedot option to stdout and pipe sinks (#59) 2023-03-17 10:44:00 +03:00
Mustafa Akın
f9335bda24 Updated packages, tidied and changed package name from opsgenie to resmoio (#45)
* Updated packages, tidied and changed package name from opsgenie to resmoio

* Handle removal of clusterName from API and leader election api change

* Update Dockerfile Go to 1.19

* Test case for parsing minCount properly for #43

* more extensive test case to also match apiVersion config
2022-12-19 10:45:46 +03:00
Markus Blaschke
3b4791d54a implement stdout receiver
add stdout receiver without any rotation and additional file handling

Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
2020-10-12 20:08:20 +02:00