Can we use fyers-apiv2 and fyers-apiv3 both?

I am asking this because fyers-apiv3 log is not working for me.

For eg:

Using v3

fyers = fyersModel.FyersModel(token=access_token,is_async=False,client_id=client_id,log_path=“logs/datalogs/”)

I get a file in datalogs named fyersApi.log which has nothing

Using v2 i used to get a proper logs of all stock data any idea about this?

Pankaj

Yes @suresh.das.mrow5c26

It is expected behaviour. In apiv3 we are logging only error messages not all messages while in v2 we are logging all.

so when you are using v3 and want log you can write your own logger.