mirror of
https://github.com/stashapp/stash.git
synced 2026-02-12 18:34:09 +01:00
* Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage * Bump to 1.17 from 1.16 * Bump packr version, provide needed legacy env var * Add apple silicon support, fix macos build chain * Update unused travis ci |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| formatter.go | ||
| level.go | ||
| LICENSE | ||
| logger.go | ||
| logrus.go | ||
| Makefile | ||
| outable.go | ||
| README.md | ||
| SHOULDERS.md | ||
| terminal_check.go | ||
| terminal_check_appengine.go | ||
| version.go | ||
Logger
The logger.Logger interface is used throughout Buffalo apps, and other systems, to log a whole manner of things.
Installation
$ go get -u github.com/gobuffalo/logger