You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Hello!
I'm try to see the logging.info in test.log or print to stdout somewhere in the code.
When application server run, then all working fine, i'd see the log and stdout.
But when i start ward, nothing shown in the log and in stdout. Why?
I try to create pyproject.toml in root with string:
[tool.ward]
capture-output=false
But it has no effect.
How i must debug application in test mode?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I'm try to see the logging.info in test.log or print to stdout somewhere in the code.
When application server run, then all working fine, i'd see the log and stdout.
But when i start ward, nothing shown in the log and in stdout. Why?
I try to create
pyproject.toml
in root with string:But it has no effect.
How i must debug application in test mode?
The text was updated successfully, but these errors were encountered: