Skip to content

Commit 4f394fc

Browse files
committed
Temporary fix for verbose authnet logging.
The current configuration of the authnet-sdk is resetting the logging level for our entire web application. Set the level to WARN for now as we create an issue with auth.net to properly configure their logs such that they honor existing loggers.
1 parent ec7ce73 commit 4f394fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authorizenet/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class constants(object):
5151
defaultLogFileName = "anetsdk.log"
5252

5353
'''default logging level'''
54-
#defaultLoggingLevel = logging.WARNING
55-
defaultLoggingLevel = logging.DEBUG
54+
defaultLoggingLevel = logging.WARNING
55+
# defaultLoggingLevel = logging.DEBUG
5656

5757
'''default log format'''
5858
defaultlogformat = '%(asctime)s %(message)s'

0 commit comments

Comments
 (0)