Is get_dirs() in template_loader.py supposed to execute continuously every second? #848
Unanswered
maximbelyayev
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Which version of Django-components, Django, and Python are you running? In the log entries, for the latter two entries, But I don't think is coming from django-components. When I run the demo project in Assuming you are getting messages that look like
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added LOGGING setting to settings.py with "root" logging setting that has level DEBUG:
After adding a logger at DEBUG level, I've noticed the following gets printed from
logger.debug
statements intemplate_loader.py
continuously @ 1x/sec, which pollutes the console. Sidenote: let's say I have appscomponents
,core
, andaccounts
indjango-project
:Is this logging behavior from
django-components
expected behavior? If so, could it be explained in some fairly simple terms? Thank you!!Beta Was this translation helpful? Give feedback.
All reactions