Tinyproxy log level parameter fix #77

This commit is contained in:
Quentin McGaw (desktop)
2020-02-08 00:10:52 +00:00
parent ed5a90ef25
commit 63fd72524e
3 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ import (
const (
// TinyProxyInfoLevel is the info log level for TinyProxy
TinyProxyInfoLevel models.TinyProxyLogLevel = "Info"
// TinyProxyConnectLevel is the info log level for TinyProxy
TinyProxyConnectLevel models.TinyProxyLogLevel = "Connect"
// TinyProxyNoticeLevel is the info log level for TinyProxy
TinyProxyNoticeLevel models.TinyProxyLogLevel = "Notice"
// TinyProxyWarnLevel is the warning log level for TinyProxy
TinyProxyWarnLevel models.TinyProxyLogLevel = "Warning"
// TinyProxyErrorLevel is the error log level for TinyProxy