feedbackd: add debug logging
This commit is contained in:
@@ -54,9 +54,11 @@ in
|
|||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
};
|
};
|
||||||
environment = lib.mkIf cfg.config.proxied {
|
environment = {
|
||||||
|
G_MESSAGES_DEBUG = "all";
|
||||||
|
} // (lib.optionalAttrs cfg.config.proxied {
|
||||||
FEEDBACK_THEME = "/home/colin/.config/feedbackd/themes/proxied.json";
|
FEEDBACK_THEME = "/home/colin/.config/feedbackd/themes/proxied.json";
|
||||||
};
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user