1
0
forked from MTSR/mapserver

12 lines
164 B
Go
Raw Permalink Normal View History

2019-02-09 18:54:26 +01:00
package postgres
import (
"github.com/sirupsen/logrus"
)
var log *logrus.Entry
func init() {
log = logrus.WithFields(logrus.Fields{"prefix": "postgres-db"})
}