Add a logger prefix
This commit is contained in:
parent
347f317dd9
commit
c137969b6a
3 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,8 @@ func main() {
|
|||
var skipFullGeneration = flag.Bool("skipFullGeneration", false, "Skip initial full generation (safe to skip after start)")
|
||||
flag.Parse()
|
||||
|
||||
log.SetPrefix("[backend] ")
|
||||
|
||||
SubmissionDir = path.Clean(SubmissionDir)
|
||||
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
|
|
Reference in a new issue