Skip to content

Commit c596446

Browse files
committed
Fixed log level for fetch_daily_billable_usage.py
1 parent 79564b3 commit c596446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coldfront_plugin_cloud/management/commands/fetch_daily_billable_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
from pandas.core.groupby.generic import DataFrameGroupBy
2424

2525

26+
logging.basicConfig(level=logging.INFO)
2627
logger = logging.getLogger(__name__)
27-
logger.setLevel(logging.INFO)
2828

2929
RESOURCES_DAILY_ENABLED = ["NERC-OCP", "NERC-OCP-EDU", "NERC"]
3030
RESOURCE_NAME_TO_FILE = {

0 commit comments

Comments
 (0)