mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Reduce log level for apiclient.
This commit is contained in:
parent
0bce6996bf
commit
24cd55f5cc
@ -32,6 +32,7 @@ def setup_logging():
|
||||
logging.getLogger("passlib").setLevel("ERROR")
|
||||
logging.getLogger("requests.packages.urllib3").setLevel("ERROR")
|
||||
logging.getLogger("snowflake.connector").setLevel("ERROR")
|
||||
logging.getLogger('apiclient').setLevel("ERROR")
|
||||
|
||||
|
||||
def create_redis_connection():
|
||||
|
Loading…
Reference in New Issue
Block a user