Disabling logs support added.

This commit is contained in:
Musab Gültekin
2019-06-09 19:14:46 +03:00
parent b973c1c064
commit 7abc7a370d
3 changed files with 9 additions and 1 deletions

View File

@ -37,4 +37,7 @@ type Options struct {
RequestDelay time.Duration
// RequestDelayRandomize uses random interval between 0.5 * RequestDelay and 1.5 * RequestDelay
RequestDelayRandomize bool
// Disable logging by setting this true
LogDisabled bool
}