• Disable debug logging in release builds

    This uses the new `release_max_level` feature added in
    rust-lang/log#58 to turn the `debug!` and `trace!` macros into no-ops
    in optimized builds.
    mbrubeck committed Oct 28, 2015