Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
set Dockma log prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 24, 2020
1 parent 062810f commit 82fb92e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/dockma.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package main

import (
"log"

"github.com/martinnirtl/dockma/internal/commands"
)

Expand All @@ -12,5 +14,7 @@ import (
// )

func main() {
log.SetPrefix("Dockma")

commands.Execute()
}

0 comments on commit 82fb92e

Please sign in to comment.