Liking cljdoc? Tell your friends :D

com.moclojer.components.logs


->str-valuesclj

(->str-values v)

Adapts all values (including nested maps' values) from given map m to a string.

This is because OpenSearch only accepts string json values.

Adapts all values (including nested maps' values) from given
map `m` to a string.

This is because OpenSearch only accepts string json values.
sourceraw docstring

build-opensearch-base-reqclj

(build-opensearch-base-req config)
source

gen-ctx-with-cidclj

(gen-ctx-with-cid)
source

logclj

(log level msg & [data ctx error])
source

log-console!clj

(log-console! level msg & [data error])

Uses telemere's console logger explicitly so other added handlers don't trigger.

Uses telemere's console logger explicitly
so other added handlers don't trigger.
sourceraw docstring

send-opensearch-log-reqclj

(send-opensearch-log-req base-req log)
source

signal->opensearch-logclj

(signal->opensearch-log {:keys [thread location] :as signal})

Adapts a telemere signal to a pre-defined schema for OpenSearch.

Adapts a telemere signal to a pre-defined schema for OpenSearch.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close