me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

trmnl-rs: add RUST_LOG for request visibility

Enable info-level logging and debug-level tower_http logging
so we can see device check-ins and debug issues.

author
Sean Aye
date (May 10, 2026, 3:12 PM -0400) commit 7c02e516 parent e42bf694 change-id spvonukw
+6 -3
+3 -3
flake.lock
··· 1054 1054 "nixpkgs-stable": "nixpkgs-stable_2" 1055 1055 }, 1056 1056 "locked": { 1057 - "lastModified": 1771700760, 1058 - "narHash": "sha256-MFB/CnTdDxzpktpoWEeL855rPACBw8fDmSTOnjKLaHU=", 1057 + "lastModified": 1777250125, 1058 + "narHash": "sha256-DNpwCxfPKddbM0b5to/nq080pILPJPuHMaQsqXyW9hg=", 1059 1059 "owner": "seanaye", 1060 1060 "repo": "trmnl-rs", 1061 - "rev": "b5e56dc623e7658d67d97ac1c08e17f2673c4b44", 1061 + "rev": "ab539b83b55e85cbb7357050241ba1e7c6cc5c1f", 1062 1062 "type": "github" 1063 1063 }, 1064 1064 "original": {
+3
modules/mira-extras.nix
··· 89 89 "network-online.target" 90 90 "nss-lookup.target" 91 91 ]; 92 + environment = { 93 + RUST_LOG = "info,tower_http=debug"; 94 + }; 92 95 serviceConfig = { 93 96 ExecStart = "${inputs.trmnl-rs.packages.x86_64-linux.default}/bin/server"; 94 97 Restart = "on-failure";