aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-05-10 15:16:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-05-10 15:16:48 -0400
commitaff64937000fbce5c55b49bee98f0120e09e399e (patch)
tree610b1ba44c4da1cb9581a9bd6e742f188967b2f1 /tests
parent0ef06cbec6f3796db244501b4c5fec2d579c7e5b (diff)
downloadstasis-aff64937000fbce5c55b49bee98f0120e09e399e.tar.gz
Implement logging facility WARN, INFO, DEBUG
* The original macros have been updated * Default log level is WARN * Log level increases per `-v` CLI argument * Tests always use DEBUG level
Diffstat (limited to 'tests')
-rw-r--r--tests/include/testing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include/testing.h b/tests/include/testing.h
index e446908..728b6a6 100644
--- a/tests/include/testing.h
+++ b/tests/include/testing.h
@@ -214,6 +214,7 @@ inline void stasis_testing_teardown_workspace() {
SYSERROR("%s", "Unable to determine current working directory"); \
exit(1); \
} \
+ LOG_LEVEL = LOG_LEVEL_DEBUG; \
atexit(stasis_testing_record_result_summary); \
atexit(stasis_testing_teardown_workspace); \
stasis_testing_setup_workspace(); \