Zet - How do I run drains plackup server with reload and extra sql logging?

How do I run drains plackup server with reload and extra sql logging?

Try

DBIC_TRACE=1 DBIC_TRACE_PROFILE=console PLACK_ENV=prod CATALYST_DEBUG=1 plackup -s Gazelle -p 3010 -I lib -a drain.psgi -r

The -r is for reload

note this is the port for kevin.devel.co.uk, so won’t work for other people

#drains