Enable backtraces?

This commit is contained in:
niten 2024-01-16 14:49:06 -08:00
parent c628f544b9
commit 15781aebfe
1 changed files with 4 additions and 1 deletions

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 = {