WE2E_summary module
- setup_logging(debug: bool = False) None
Sets up logging to print high-priority (INFO and higher) messages to the console and to print all messages with detailed timing and routine info to the specified text file.
- Parameters:
debug (bool) – Set to True to print more verbose output to the console
- Returns:
None