lorri
lorri copied to clipboard
keep `debug!` statements in release builds
the -v
flag does not work in release builds, because the slog::debug!
macros are removed. We still want to keep them, since they enable better debugging.