gPanel/pkg/api/log/log.go
2017-11-28 16:24:55 -06:00

9 lines
289 B
Go

// Package log is a child of package api to handle api calls concerning log files
package log
const (
LOG_PUBLIC_ERRORS = "public_errors.log"
LOG_ACCOUNT_ERRORS = "account_errors.log"
LOG_SERVER_ERRORS = "server/logs/server_errors.log"
LOG_PUBLIC_LOAD = "public_load_time.log"
)