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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-16 13:07:37 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-16 13:16:37 +0300
commite58e61e98a530e1ccdffbe7e48a8c701a43db3e9 (patch)
tree71ded4b8801122825a8ad23da3e063317e37870a /internal/git/gittest/repo.go
parent4ff323003bc7563049cca3c86d8c872fd94a8927 (diff)
gitaly/config: Use logger provided by our own logging infrastructure
In our Gitaly configuration code we emit some log messages using the global logger provided by logrus, which is discouraged. We don't really have a proper way to use a correctly configured logger though as the logger can typically only be initialized after we have read the config. For now, let's convert the code to use our own `log.Default()` logger. While this logger will not yet have its log format and level set up, it is at least better than using the logrus package. We will need to eventually improve this code once `log.Default()` will go away.
Diffstat (limited to 'internal/git/gittest/repo.go')
0 files changed, 0 insertions, 0 deletions