Skip to content
Snippets Groups Projects
Commit 7e81e3c3 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

feat(hooks-looger): print init values

parent 8039fb04
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ type HooksLogger struct {
}
func (t *HooksLogger) Init(m map[string]string) error {
t.logger.Printf("init: %v\n", m)
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment