Unnecessary info logging


  • Hi,

    In the SmartConnect class, there is an info log present in the getOrderHistory method that unnecessarily prints all the order history (a very large object) to the console or log file, which is considered spamming. As a best practice, info logs should not be used for such large objects. Therefore, please consider either converting it to a debug log or removing the info log altogether.

    Thanks


  • Hello @anand02nikhil

    Thank you for being an active user of smartAPI and suggesting the improvements
    We have noted your suggestion and we will convert the same to the relevant team

    Reagrds,
    SmartAPI Team