From 3098c38a08c812cc542c0ed197aea68535faf6a3 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 2 Feb 2024 14:17:37 -0800 Subject: [PATCH] Update intro.asciidoc --- docs/intro.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.asciidoc b/docs/intro.asciidoc index b8ad7ec..8b41219 100644 --- a/docs/intro.asciidoc +++ b/docs/intro.asciidoc @@ -31,7 +31,7 @@ They make it easy to format your logs into ECS-compatible JSON. For example: Refer to the installation instructions of the individual loggers: * {ecs-logging-dotnet-ref}/setup.html[.NET] -* Go: {ecs-logging-go-zap-ref}/setup.html[zap], {ecs-logging-go-logrus-ref}/setup.html[logrus] +* Go: {ecs-logging-go-zap-ref}/setup.html[zap], {ecs-logging-go-logrus-ref}/setup.html[logrus], {ecs-logging-go-zerolog-ref}/setup.html[zerolog] * {ecs-logging-java-ref}/setup.html[Java] * Node.js: {ecs-logging-nodejs-ref}/morgan.html[morgan], {ecs-logging-nodejs-ref}/pino.html[pino], {ecs-logging-nodejs-ref}/winston.html[winston] * {ecs-logging-php-ref}/setup.html[PHP]