add startup warning when running in dev config mode

This commit is contained in:
Gered 2022-01-30 12:55:24 -05:00
parent ebc3264b92
commit c071f4fc23

View file

@ -190,4 +190,6 @@
[& args]
(log/info "<%name%> is starting up ...")
(mount/start-with-args args)
(when (:dev? config)
(log/warn "*** Running in development mode! ***"))
(log/info "Ready!"))