Ensure logfile permissions are maintained after rotation (#7246)

Update our `logroller` dependency to the new version which supports permission control. See -> https://github.com/trayvonpan/logroller/pull/6
This commit is contained in:
Mac L
2025-05-22 12:51:28 +10:00
committed by GitHub
parent cf0f959855
commit ce8d0814ad
5 changed files with 19 additions and 53 deletions

View File

@@ -675,6 +675,7 @@ fn run<E: EthSpec>(env_builder: EnvironmentBuilder<E>, matches: &ArgMatches) ->
extra_info: false,
},
"",
0o600,
);
let env = env_builder