modal.enable_output
Context manager that enable output when using the Python SDK.
This will print to stdout and stderr things such as
- Logs from running functions
- Status of creating objects
- Map progress
Example:
To suppress progress indicators, use output_manager.set_quiet_mode(True).
To enable timestamps, use output_manager.set_timestamps(True).