Enable backtraces?
This commit is contained in:
parent
c628f544b9
commit
15781aebfe
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue