From 686b0525eaf6370c6c4a8c3e8ecdc88083a7bc19 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 1 Aug 2025 12:56:49 +0100 Subject: [PATCH] oxidized: removed old rest config. Set journal log level to trace --- cookbooks/oxidized/templates/default/config.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbooks/oxidized/templates/default/config.erb b/cookbooks/oxidized/templates/default/config.erb index 66f25d80c..d4bae90d8 100644 --- a/cookbooks/oxidized/templates/default/config.erb +++ b/cookbooks/oxidized/templates/default/config.erb @@ -1,6 +1,5 @@ --- # DO NOT EDIT - This file is being maintained by Chef -rest: false timeout: 60 vars: remove_secret: true @@ -36,11 +35,10 @@ source: model_map: juniper: junos apc: apc_aos - ciscocmb: ciscosmb logger: appenders: - type: stdout - level: :warn + level: :trace - type: file level: :warn file: /var/log/oxidized/oxidized.log -- 2.39.5