mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Changes to Default Performer Images (for Accessibility) (#1489)
* Changes to support custom URL paths * Refactor image resolver code * Initialise box files at startup * Update packr Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
1
vendor/github.com/gobuffalo/logger/formatter.go
generated
vendored
1
vendor/github.com/gobuffalo/logger/formatter.go
generated
vendored
@@ -61,6 +61,7 @@ func (f *textFormatter) Format(entry *logrus.Entry) ([]byte, error) {
|
||||
f.printColored(b, entry, keys)
|
||||
} else {
|
||||
f.appendKeyValue(b, "level", entry.Level.String())
|
||||
f.appendKeyValue(b, "time", entry.Time.Format(defaultTimestampFormat))
|
||||
if entry.Message != "" {
|
||||
f.appendKeyValue(b, "msg", entry.Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user