Skip to content

Commit 78182ee

Browse files
authored
docs: link to logrus repo/docs (#46)
1 parent 7b3d793 commit 78182ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
2727
* [Python](https://github.com/elastic/ecs-logging-python) ([docs](https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html))
2828
* Go
2929
* [zap](https://github.com/elastic/ecs-logging-go-zap) ([docs](https://www.elastic.co/guide/en/ecs-logging/go-zap/current/intro.html))
30+
* [logrus](https://github.com/elastic/ecs-logging-go-logrus) ([docs](https://www.elastic.co/guide/en/ecs-logging/go-logrus/current/index.html))
3031
* [Ruby](https://github.com/elastic/ecs-logging-ruby) ([docs](https://www.elastic.co/guide/en/ecs-logging/ruby/current/intro.html))
3132

3233
## APM

docs/intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They make it easy to format your logs into ECS-compatible JSON. For example:
3131
Refer to the installation instructions of the individual loggers:
3232

3333
* {ecs-logging-dotnet-ref}/setup.html[.NET]
34-
* Go ({ecs-logging-go-zap-ref}/setup.html[zap])
34+
* Go: ({ecs-logging-go-zap-ref}/setup.html[zap]), ({ecs-logging-go-logrus-ref}/setup.html[logrus])
3535
* {ecs-logging-java-ref}/setup.html[Java]
3636
* https://github.com/elastic/ecs-logging-js[JavaScript]
3737
* https://github.com/elastic/ecs-logging-php[PHP]

0 commit comments

Comments
 (0)