diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:16:48 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:16:48 -0400 |
| commit | aff64937000fbce5c55b49bee98f0120e09e399e (patch) | |
| tree | 610b1ba44c4da1cb9581a9bd6e742f188967b2f1 /tests | |
| parent | 0ef06cbec6f3796db244501b4c5fec2d579c7e5b (diff) | |
| download | stasis-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.h | 1 |
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(); \ |
