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
we should not modify the root logger but an anta logger. Right way to implement that would be to delete all handlers of the anta logger at the beginning of the function.
We used root logger to have logs from other libraries, maybe we could modify specific loggers (httpx, asyncio) instead when in ANTA_DEBUG mode.
we should not modify the root logger but an anta logger. Right way to implement that would be to delete all handlers of the anta logger at the beginning of the function.
We used root logger to have logs from other libraries, maybe we could modify specific loggers (httpx, asyncio) instead when in ANTA_DEBUG mode.
Originally posted by @mtache in #981 (comment)
The text was updated successfully, but these errors were encountered: