diff options
author | Igor Drozdov <idrozdov@gitlab.com> | 2021-07-22 17:58:58 +0300 |
---|---|---|
committer | Igor Drozdov <idrozdov@gitlab.com> | 2021-07-22 18:38:47 +0300 |
commit | fb7b9417842c66e12466e658e861e19619dfcd9a (patch) | |
tree | d0d49465ee51299ed97f404e1aeebd92b6f9ff9e /client/httpclient.go | |
parent | a8b2088d6d40e365445fcf4bea5183f83e31cc51 (diff) | |
download | gitlab-shell-fb7b9417842c66e12466e658e861e19619dfcd9a.tar.gz |
Switch to labkit/log for logging functionality
Diffstat (limited to 'client/httpclient.go')
-rw-r--r-- | client/httpclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/httpclient.go b/client/httpclient.go index 0dcec94..bcf81dd 100644 --- a/client/httpclient.go +++ b/client/httpclient.go @@ -12,9 +12,9 @@ import ( "strings" "time" - log "github.com/sirupsen/logrus" "gitlab.com/gitlab-org/labkit/correlation" "gitlab.com/gitlab-org/labkit/tracing" + "gitlab.com/gitlab-org/labkit/log" ) const ( |