We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831b724 commit 892103fCopy full SHA for 892103f
main.go
@@ -1,7 +1,6 @@
1
package main
2
3
import (
4
- "github.com/fatih/structs"
5
conf "github.com/infinityworks/github-exporter/config"
6
"github.com/infinityworks/github-exporter/exporter"
7
"github.com/infinityworks/github-exporter/http"
@@ -23,7 +22,7 @@ func init() {
23
22
}
24
25
func main() {
26
- log.WithFields(structs.Map(applicationCfg)).Info("Starting Exporter")
+ log.Info("Starting Exporter")
27
28
exp := exporter.Exporter{
29
APIMetrics: mets,
0 commit comments