mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Remove Networkd logging
This commit is contained in:
parent
845b83949f
commit
eff2125487
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ pub fn create_files_in_folder(path: &str, files: Vec<File>) -> std::io::Result<(
|
|||
|
||||
pub fn apply_networkd(pending_config: Config, current_config: Config) -> Result<(), ApplyError> {
|
||||
let files = generate_networkd_config_files(pending_config, current_config)?;
|
||||
info!("Got Files");
|
||||
for file in &files {
|
||||
info!("Conf File {}", file.name);
|
||||
info!("\n{}", file.content);
|
||||
}
|
||||
|
||||
info!("Deleting old Networkd Configs");
|
||||
match delete_files_in_folder(NETWORKD_CONFIG_PATH) {
|
||||
|
|
Loading…
Add table
Reference in a new issue