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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy