MCPcopy
hub / github.com/alibaba/MongoShake / log_error

Function log_error

scripts/comparison_3x.py:25–26  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

23 print("INFO [%s] %s " % (time.strftime('%Y-%m-%d %H:%M:%S'), message))
24
25def log_error(message):
26 print("ERROR [%s] %s " % (time.strftime('%Y-%m-%d %H:%M:%S'), message))
27
28class MongoCluster:
29

Callers 3

checkFunction · 0.70
data_comparisonFunction · 0.70
comparison_3x.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected