Skip to content

Commit

Permalink
set default level to critical
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Nov 11, 2024
1 parent f6edbdf commit 7c137c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/client_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# return json.dumps(log_obj)


def setup_logging(log_level="DEBUG", namespace="google"):
def setup_logging(log_level="CRITICAL", namespace="google"):
if not logging.getLogger().hasHandlers():

# define a module for our repositories
Expand Down

0 comments on commit 7c137c1

Please sign in to comment.