♻️ Refactor loki integration

Make it implemented as worker thread instead of async
process just for simplify it.
This commit is contained in:
Andrey Antukh
2022-03-06 20:30:13 +01:00
committed by Andrés Moya
parent 1b444a42f2
commit c84f8808cb
4 changed files with 46 additions and 54 deletions

View File

@@ -337,5 +337,3 @@
(glog/removeHandler l default-console-handler)
(glog/addHandler l default-console-handler)
nil)))