diff options
| author | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2023-01-04 16:16:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 16:16:10 -0800 |
| commit | 5278665a4dab4d90c7aac56aa76ce2c24705da8c (patch) | |
| tree | 070fa7e79bb7d031797ed3c60d6f6745ee4b8689 /vendor/github.com/go-kit/kit/log/doc.go | |
| parent | 1c79728984af1b0b065ce5879581f41fa9f03da3 (diff) | |
build: update dependencies
Diffstat (limited to 'vendor/github.com/go-kit/kit/log/doc.go')
| -rw-r--r-- | vendor/github.com/go-kit/kit/log/doc.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/github.com/go-kit/kit/log/doc.go b/vendor/github.com/go-kit/kit/log/doc.go index 918c0af..c9873f4 100644 --- a/vendor/github.com/go-kit/kit/log/doc.go +++ b/vendor/github.com/go-kit/kit/log/doc.go @@ -1,5 +1,7 @@ // Package log provides a structured logger. // +// Deprecated: Use github.com/go-kit/log instead. +// // Structured logging produces logs easily consumed later by humans or // machines. Humans might be interested in debugging errors, or tracing // specific requests. Machines might be interested in counting interesting @@ -39,8 +41,8 @@ // // A contextual logger stores keyvals that it includes in all log events. // Building appropriate contextual loggers reduces repetition and aids -// consistency in the resulting log output. With and WithPrefix add context to -// a logger. We can use With to improve the RunTask example. +// consistency in the resulting log output. With, WithPrefix, and WithSuffix +// add context to a logger. We can use With to improve the RunTask example. // // func RunTask(task Task, logger log.Logger) string { // logger = log.With(logger, "taskID", task.ID) |
