Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 846 Bytes

LOGGING.md

File metadata and controls

31 lines (24 loc) · 846 Bytes

µ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}]}