Hi all, I know it's possible to set logs to show up in my Python's code's output via "logs" in the configuration file, but I was wondering,is there a way to do it in line?
e.g.:
rd.open_session(logs = {
"level": "debug",
"transports": {
"console": {
"enabled": false},
"file": {
"enabled": false,
"name": "refinitiv-data-lib.log"}}})