Stephen Kuenzli
Stephen Kuenzli
Hi @mouadessalim - I may be experiencing the same issue. I've been using `webdriver-manager==3.8.0`, upgraded to `3.8.3` and lost all logging. Even after explicitly adding a handler for stdout. My...
I tried turning off the WDM logs in my code with ``` imports ... os.environ['WDM_LOG'] = str(logging.NOTSET) ``` I also tried executing with a `WDM_LOG=0` env var. All logs suppressed...
I figured out my issue. Short Answer: (Completely) Follow the canonical StackOverflow answer for [configuring python logging to stdout](https://stackoverflow.com/questions/14058453/making-python-loggers-output-all-messages-to-stdout-in-addition-to-log-file) Long Answer: I was unintentionally relying on `webdriver_manager` 3.8.0's logging configs...
Thanks for confirming the issue and those details. I will look into the issue and try to fix it in the meantime.
@Skybound1 - quick update: I spent a couple days getting acquainted with IAMSpy and trying to figure out where to add/copy the condition key constraints. It seems like [parse.py's](https://github.com/skuenzli/IAMSpy/blob/fix-conditions-not-enforced-in-resource-policies/iamspy/parse.py#L364) `generate_evaluation_logic_checks`...
Thanks for the detailed guidance. I had similar thoughts that: * the constraint should always apply, regardless of `source`; I was mostly just experimenting in the path that was executing....