Debugging, improved logging, etc.

This commit is contained in:
Ulf Wiger
2026-05-30 13:15:17 +02:00
parent 2ea1966973
commit d7b052a076
14 changed files with 521 additions and 65 deletions
+6
View File
@@ -5,3 +5,9 @@
%% {config, "config/sys.config"},
{apps, [gm_ctflow]}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, common_test]}
]}.