Files
2020-04-08 10:39:44 -07:00

8 lines
151 B
Python

import logging
from ddtrace import tracer
if __name__ == '__main__':
assert not tracer.log.isEnabledFor(logging.DEBUG)
print('Test success')