1
0
Fork 0
forked from External/ergo

make it easier to patch out the maximum line length

This commit is contained in:
Shivaram Lingamneni 2020-08-03 12:51:04 -04:00
parent 101e49bc03
commit 6a2fba9812
3 changed files with 10 additions and 8 deletions

View file

@ -107,7 +107,6 @@ func (te *ThrottleError) Error() string {
var (
ErrDatastorePathMissing = errors.New("Datastore path missing")
ErrLimitsAreInsane = errors.New("Limits aren't setup properly, check them and make them sane")
ErrLineLengthsTooSmall = errors.New("Line lengths must be 512 or greater (check the linelen section under server->limits)")
ErrLoggerExcludeEmpty = errors.New("Encountered logging type '-' with no type to exclude")
ErrLoggerFilenameMissing = errors.New("Logging configuration specifies 'file' method but 'filename' is empty")
ErrLoggerHasNoTypes = errors.New("Logger has no types to log")