mirror of
https://github.com/donl/gPanel.git
synced 2026-05-27 06:18:06 -06:00
9 lines
289 B
Go
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"
|
|
)
|