mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-11 01:48:55 +00:00
Amend tag info page, change logging.
* Amend representation of the tag info page * Change logging library, add "-log-level" argument and put most of the logging into DEBUG mode
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/hhkbp2/go-logging"
|
||||
"github.com/quiq/docker-registry-ui/registry"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
// 🐒 patching of "database/sql".
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
@@ -37,7 +37,7 @@ type EventListener struct {
|
||||
databaseLocation string
|
||||
retention int
|
||||
eventDeletion bool
|
||||
logger logging.Logger
|
||||
logger *logrus.Entry
|
||||
}
|
||||
|
||||
type eventData struct {
|
||||
|
Reference in New Issue
Block a user