From 07abec1108c69cf1f85ae039066e90f14eaca78a Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Fri, 25 Sep 2020 17:39:10 -0400 Subject: added subscription model for reporter actors --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 792f931..7e5f5f5 100644 --- a/config.json +++ b/config.json @@ -5,5 +5,11 @@ "type": "ftp", "port": 21 } + ], + "reporters": [ + { + "name": "basic-reporter", + "type": "console-logger" + } ] } \ No newline at end of file -- cgit v1.1