utils

package
v0.0.0-...-ffd0b7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2017 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AppHostname    = "http-test.net"
	Environment    = "development"
	StaticBasePath = ""
	StartTime      = time.Now()
	DBuser         = "postgres"
	DBpass         = ""
	DBname         = "gotestserver"
	DBhost         = "localhost"
)
View Source
var Log = zerolog.New(&lumberjack.Logger{
	Filename:   "/log/error.log",
	MaxSize:    50,
	MaxBackups: 30,
	MaxAge:     90,
}).With().Timestamp().Logger()

Log sets log file location and options

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL