add startup warning when running in dev config mode
This commit is contained in:
parent
7fc813e6e9
commit
17f4dadfb5
|
@ -197,4 +197,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!"))
|
||||
|
|
Loading…
Reference in a new issue