Skip to content

Commit f3c82f1

Browse files
authored
Merge pull request #284 from QuanMPhm/fix/logging
Fixed log level for `fetch_daily_billable_usage.py`
2 parents 79564b3 + c596446 commit f3c82f1

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)