When should a developer log a coherent message with the Logging Level set as “Info” while building an automation project?
When should a developer log a coherent message with the Logging Level set as “Info” while building an automation project?
Info level logging is typically used to record general information about the application's execution. Logging every time data is read from external sources provides a useful record of when external data interactions occur, which can help in understanding and debugging the automation process.
A is the correct one