I set up logging levels to multiple functions within the QBC and RB apps. The default level of 2 is reserved for the PRE, RUN and POST steps. Within those steps, I want to trace functions which logging level was set to 3.
Now, if I set logging_level = 3 in the config.json file, qstone will trace only functions with logging level 3 or higher. I think we want this to be the other way around, meaning, if I set logging_level = 3, I would like to trace all functions with granularity up to logging level 3, in this case, I would like to trace how long it took the RUN step to complete, and how long functions within it took to complete.
I set up logging levels to multiple functions within the QBC and RB apps. The default level of 2 is reserved for the PRE, RUN and POST steps. Within those steps, I want to trace functions which logging level was set to 3.
Now, if I set logging_level = 3 in the config.json file, qstone will trace only functions with logging level 3 or higher. I think we want this to be the other way around, meaning, if I set logging_level = 3, I would like to trace all functions with granularity up to logging level 3, in this case, I would like to trace how long it took the RUN step to complete, and how long functions within it took to complete.