decrease logging verbosity

This commit is contained in:
Trolli Schmittlauch 2020-07-05 16:52:09 +02:00
parent 7c17e3a44d
commit e91f317a8e
2 changed files with 1 additions and 3 deletions

View file

@ -18,8 +18,6 @@ main = do
conf <- readConfig
-- ToDo: load persisted caches, bootstrapping nodes …
(serverSock, thisNode) <- fediChordInit conf
print =<< readTVarIO thisNode
print serverSock
-- currently no masking is necessary, as there is nothing to clean up
cacheWriterThread <- forkIO $ cacheWriter thisNode
-- try joining the DHT using one of the provided bootstrapping nodes