zacKolton / COMP4560-deferred-exam-project

GNU General Public License v3.0
0 stars 0 forks source link

dynamically add file names to __init__.py files #10

Closed zacKolton closed 5 months ago

zacKolton commented 6 months ago
import logging

logger = logging.getLogger(__name__)
logging.info("Initializing tests/scheduler") # dynamically adding the file path here would be nice