Hi guys, so I needed the logs for my flow. What i did was change the logging.yml file to have a file handler and added it to the root handlers. Its working, all logs are now logged in my file and console but is this the right way to go about it, especially since a get client and read log method exists ( I tried it but logs were different from that of console).