Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/log/configure.go')
-rw-r--r--internal/log/configure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/configure.go b/internal/log/configure.go
index da3eda3aa..231bb7541 100644
--- a/internal/log/configure.go
+++ b/internal/log/configure.go
@@ -42,7 +42,7 @@ func Configure(out io.Writer, format string, level string, hooks ...logrus.Hook)
}
if !SkipReplacingGlobalLoggers {
- // Replace the logrus standar logger. While we shouldn't ever be using it in our own codebase, there
+ // Replace the logrus standard logger. While we shouldn't ever be using it in our own codebase, there
// will very likely be cases where dependencies use it.
//
//nolint:forbidigo