From 45f5354d8bab7bfa71ace2fe8a6793f020a596a7 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Mon, 29 Aug 2016 23:00:36 -0700 Subject: [PATCH] Updated comment. --- api/runner/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/runner/logger.go b/api/runner/logger.go index 29d625e60..41b50778c 100644 --- a/api/runner/logger.go +++ b/api/runner/logger.go @@ -1,4 +1,3 @@ -// This reads STDERR output from a container and outputs it in a parseable structured log format, see: https://github.com/iron-io/functions/issues/76 package runner import ( @@ -8,6 +7,7 @@ import ( "github.com/Sirupsen/logrus" ) +// FuncLogger reads STDERR output from a container and outputs it in a parseable structured log format, see: https://github.com/iron-io/functions/issues/76 type FuncLogger struct { r io.Reader w io.Writer