updated version number to 0.4.0-0
added API_FORCE for overriding API_URL extensive logging is now disabled by default
This commit is contained in:
parent
34e68e2a9e
commit
e7f0f95d66
5 changed files with 11 additions and 4 deletions
|
@ -6,7 +6,7 @@ import requests
|
|||
from logstash_async.transport import HttpTransport
|
||||
from logstash_async.handler import AsynchronousLogstashHandler
|
||||
|
||||
EXTENSIVE_LOGGING = os.getenv("EXTENSIVE_LOGGING", "True")
|
||||
EXTENSIVE_LOGGING = os.getenv("EXTENSIVE_LOGGING", "False")
|
||||
|
||||
if EXTENSIVE_LOGGING == "True":
|
||||
EXTENSIVE_LOGGING = True
|
||||
|
|
Reference in a new issue