-
mulog version `0.8.2`
We're seeing periodic publisher errors.
![image](https://user-images.githubusercontent.com/97645/177151832-2278fd5f-298d-413a-a6c1-56fd2ad3ca43.png)
All 3 peaks are caused b…
-
Continuation of issue originally reported as #91
Repro:
1. Start a multi publisher
```clojure
(u/start-publisher!
{:type :multi
:publishers [{:type :elasticsearch
…
-
We ran into some `jackson` issues when using `mulog 0.7.1`. I have applied the fix from #58.
However, given:
1) how disruptive `jackson` is known to be in the java ecosystem; and
2) the [signif…
-
It would be useful to be able to write logs to a file in json-lines format (one json object per line), as this can be directly loaded into a Spark Dataset (and probably other uses too). I couldn't fin…
emlyn updated
2 years ago
-
Using this elasticsearch publisher config:
```
{:type :elasticsearch
:data-stream "clj-planner"
:url "https://my-url"
:http-opts {:basic-auth ["user" "pwd"]}}
```
Th…
-
Seems to be the same macro expansion issue as #35
using the following:
```clojure
(ns myns.test
(:require [com.brunobonacci.mulog :as u]
[com.brunobonacci.mulog.core :as core])…
-
Malformed records are rejected by ELS bulk API, but HTTP Status is 200
see discussion https://github.com/BrunoBonacci/mulog/discussions/78
sample response from ELS:
```
{:cached nil,
:requ…
-
Hello, thank you for this great little project! I wonder if you've come across safely [0] and whether you could find there ideas to port to TrueGrit? :-)
[0] https://github.com/BrunoBonacci/safely
-
Image links are broken in SNAPSHOT releases:
Here some examples where the source doc hasn't changed:
- https://cljdoc.org/d/com.brunobonacci/mulog/0.3.1/doc/%CE%BC-log-internals - OK
- https://…
-
Right now antq doesn't report on libraries that are included in `:local/root` subprojects