Skip to content

Commit

Permalink
enh: change logging back to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov authored May 29, 2024
1 parent 8e64bec commit 76ad79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
aws_endpoint_url = "https://s3.amazonaws.com"
gcp_endpoint_url = "https://storage.googleapis.com"

logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.DEBUG)
logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 76ad79b

Please sign in to comment.