Hi,
We use Python to make libraries in our project, these libraries would sometimes have constructor code to prep the library for use. We noticed that there is no logging generated (at least on log.html) with regards to the things that happen in the constructor.
We kind of deduced this is because the html logging is not active yet at the “Settings” section of the suite. We did see the logs on the terminal and in the console with logger.info/logger.console but wanted it to be included in the html file as well if possible. Is there a way to add information from constructors when libraries are imported on the html logs?