MCPcopy Create free account
hub / github.com/wal-e/wal-e / terrible_log_output

Function terrible_log_output

wal_e/log_help.py:55–58  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

53 HANDLERS.append(logging.StreamHandler())
54
55 def terrible_log_output(s):
56 import sys
57
58 print(s, file=sys.stderr)
59
60 places = [
61 # Linux

Callers 1

configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected