log time in format consistent with what is on the page
This commit is contained in:
parent
cff59fe895
commit
21ccdebd7a
|
@ -73,7 +73,7 @@ func GenerateNewTemplateCache() (models.TemplateCache, error) {
|
||||||
Template: templateSet,
|
Template: templateSet,
|
||||||
GeneratedAt: generatedAt,
|
GeneratedAt: generatedAt,
|
||||||
}
|
}
|
||||||
app.Logger.Debugf("Generated %s at %v", name, generatedAt.String())
|
app.Logger.Debugf("Generated %s at %v", name, generatedAt.Format(time.UnixDate))
|
||||||
}
|
}
|
||||||
|
|
||||||
// All was good, so return the cache, and no error
|
// All was good, so return the cache, and no error
|
||||||
|
|
Loading…
Reference in a new issue