rename tools package to utils

This commit is contained in:
Jakob Schrettenbrunner 2017-09-24 19:47:40 +02:00
parent 8ebc74b3a3
commit c1054c482f

View File

@ -28,7 +28,7 @@ func InitLogging() {
func ConfigureLogging() error {
path := filepath.Clean(viper.GetString(config.LogPath))
if err := os.MkdirAll(path, constants.DefaultFilePerms); err != nil {
if err := os.MkdirAll(path, constants.DefaultFolderPerms); err != nil {
return err
}
writer := rotatelogs.New(