From 5293fb7784ce2fe1105fea896fbf79d465053561 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 6 Sep 2018 22:31:25 -0400 Subject: [PATCH] Always show ofborg debug logs in a nix-shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index bd0e4bf..cf33fed 100644 --- a/shell.nix +++ b/shell.nix @@ -58,6 +58,7 @@ let LOCALE_ARCHIVE_2_21 = "${oldpkgs.glibcLocales}/lib/locale/locale-archive"; LOCALE_ARCHIVE_2_27 = "${pkgs.glibcLocales}/lib/locale/locale-archive"; RUST_BACKTRACE = "1"; + RUST_LOG = "ofborg=debug"; passthru.phpEnv = phpEnv; };