Replies: 1 comment
-
I agree. The message Do you think that it should be clarified, or downgraded to "DEBUG"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While building the docs, I am getting this
No default module
mainfound
confusing message and I would like to get rid of it.I looked at the code of this plugin and it seems that even if the
trace()
function is used, it still end-up being logged using INFO level.There is nothing wrong not having a main module in a python package, especially as my
mkdocs_ansible
is just a theme that happens to include few macros.How can we avoid it?
Beta Was this translation helpful? Give feedback.
All reactions