Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/umate/commit/bf21e2057702763eca0df0569f4a5b1c88f823d1?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius@odnookno.info 2 years ago
parent 8529690e15
commit bf21e20577
  1. 1
      pkg/logger/logger.go

@ -14,6 +14,7 @@ type Logger struct {
func NewLogger(appSource string, dsn string) *Logger {
logger := logrus.New()
logger.SetReportCaller(true) // Добавим отображение строки
//
if dsn == "" {

Loading…
Cancel
Save