traveler.log_to_stdout#
- traveler.log_to_stdout(level=logging.INFO)[source]#
Configure Traveler logging to write to standard output.
The handler is installed only on the first call. Later calls leave the existing handler and logger level unchanged.
- Parameters:
level (int, optional) – Logging level for the standard-output handler.