Migrating my code from V2 to V3. Noticed that the logs are not getting written in the auto generated log file.

Code snippet :

In V2, I was providing the log file path. Tried with file path and without for V3 but not working. Any one can help please?

fyers = fyersModel.FyersModel(client_id=client_id, is_async=False, token=access_token, log_path="")


3 replies