Set logging preferences via command line flags. Closes #20
This commit is contained in:
@@ -29,7 +29,7 @@ func StartThumbnailGenerator(chunkPath string, variantIndex int) {
|
||||
}
|
||||
case <-quit:
|
||||
//TODO: evaluate if this is ever stopped
|
||||
log.Println("thumbnail generator has stopped")
|
||||
log.Debug("thumbnail generator has stopped")
|
||||
ticker.Stop()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user