Enable backtraces?

This commit is contained in:
2024-01-16 14:49:06 -08:00
parent c628f544b9
commit 15781aebfe
+4 -1
View File
@@ -334,7 +334,10 @@ in {
target-file = "/run/lemmy/postgres.env"; target-file = "/run/lemmy/postgres.env";
}; };
lemmyEnv = { lemmyEnv = {
source-file = makeEnvFile { RUST_LOG = "error"; }; source-file = makeEnvFile {
RUST_LOG = "error";
RUST_BACKTRACE = "1";
};
target-file = "/run/lemmy/lemmy.env"; target-file = "/run/lemmy/lemmy.env";
}; };
lemmyUiEnv = { lemmyUiEnv = {