Skip to content
Snippets Groups Projects
Unverified Commit 25186cab authored by samueltwum1's avatar samueltwum1
Browse files

SAR-149 Bump up version number

parent 55432f7f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.
v0.3.1
v0.4.0
******
Add a `transaction` context handler to propagate transaction IDs in logs for tracing transactions
......
......@@ -105,7 +105,7 @@ class TestTransactionLogging:
if "RuntimeError" in log_msg and transaction_id in log_msg and "name" in log_msg:
return
assert 0, f"Log messages not found in exception logs: {record_logs}"
assert 0, f"RuntimeError and transaction tag not found in exception logs: {record_logs}"
class TestTransactionIdGenerator:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment