Skip to content
Snippets Groups Projects
LOGGING.md 846 B

µlog

TODO: link ennv var

 :mulog {:type :multi
         :publishers[ 
                     ;; send events to the stdout
                      {:type :console
                       :pretty? true}
                     
					 ;; and/or
					 ;; send events to a file
                      {:type :simple-file
                       :filename "/tmp/mulog/events.log"}

	                 ;; and/or
					 ;; send events to ELS
                     {:type :elasticsearch
                      :url  "http://localhost:9200/"
                      :els-version  :v7.x
                      :publish-delay 1000
                      :data-stream  "vl-log-stream"
                      :name-mangling false}]}