Commit e35d7273 authored by Dominik Charousset's avatar Dominik Charousset

Stop CAF from producing log files for unit tests

parent 0a03d7d6
...@@ -571,6 +571,7 @@ public: ...@@ -571,6 +571,7 @@ public:
CAF_FAIL("failed to parse config: " << to_string(err)); CAF_FAIL("failed to parse config: " << to_string(err));
cfg.set("scheduler.policy", caf::atom("testing")); cfg.set("scheduler.policy", caf::atom("testing"));
cfg.set("logger.inline-output", true); cfg.set("logger.inline-output", true);
cfg.set("logger.file-verbosity", caf::atom("quiet"));
cfg.set("middleman.network-backend", caf::atom("testing")); cfg.set("middleman.network-backend", caf::atom("testing"));
cfg.set("middleman.workers", size_t{0}); cfg.set("middleman.workers", size_t{0});
return cfg; return cfg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment