bdd-trace 0.4.0__py3-none-any.whl → 0.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bdd_trace/log.py CHANGED
@@ -29,7 +29,7 @@ def setup_logging(
29
29
  for module in modules:
30
30
  _setup_module_logger(level, module)
31
31
 
32
- format = trace_id_format if profile == Profile.NO_TRACE else no_trace_id_format
32
+ format = trace_id_format if profile != Profile.NO_TRACE else no_trace_id_format
33
33
  console_handler = _create_console_handler(modules, format)
34
34
  log_process_handlers = [console_handler]
35
35
  if profile != Profile.NO_TRACE:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bdd-trace
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: BDD项目日志和追踪SDK
5
5
  Author: 蔡涛
6
6
  Author-email: 蔡涛 <caitao@zhejianglab.cn>
@@ -0,0 +1,7 @@
1
+ bdd_trace/__init__.py,sha256=X4Nx6VppPfXXXEe5oC_foryalbOk5f9HLOi50Nat8mY,154
2
+ bdd_trace/log.py,sha256=dCxXu9qoPeInqgZw6ElumDmc4B_QX5KultLlZ5edfns,2745
3
+ bdd_trace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ bdd_trace/trace.py,sha256=ovXyQkKQVzhMjScIxAMi55UG7lZUYn6ipwY6nN_W0AM,3229
5
+ bdd_trace-0.4.1.dist-info/WHEEL,sha256=Jb20R3Ili4n9P1fcwuLup21eQ5r9WXhs4_qy7VTrgPI,79
6
+ bdd_trace-0.4.1.dist-info/METADATA,sha256=0W8Yh05xaCMEOCtIp0FArslo_hDU7vvQuHFJ2W-1eLI,1585
7
+ bdd_trace-0.4.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- bdd_trace/__init__.py,sha256=X4Nx6VppPfXXXEe5oC_foryalbOk5f9HLOi50Nat8mY,154
2
- bdd_trace/log.py,sha256=L7b81QmSXmlV3gP9Mk3mNAMzO7-VmmnCd88U6MOacpA,2745
3
- bdd_trace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- bdd_trace/trace.py,sha256=ovXyQkKQVzhMjScIxAMi55UG7lZUYn6ipwY6nN_W0AM,3229
5
- bdd_trace-0.4.0.dist-info/WHEEL,sha256=Jb20R3Ili4n9P1fcwuLup21eQ5r9WXhs4_qy7VTrgPI,79
6
- bdd_trace-0.4.0.dist-info/METADATA,sha256=Q5POOyQ-FEmdKbJQsoMySlWrun6kmB3dVw0een_H4Po,1585
7
- bdd_trace-0.4.0.dist-info/RECORD,,