From f9efbb56cd0bf805a104a976a590a8c0a3d1cd58 Mon Sep 17 00:00:00 2001 From: XxKingsxX-Pinu <58925163+rai68@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:24:43 +1000 Subject: [PATCH] Update defaults.toml --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 3fa07753..52a82938 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -112,7 +112,7 @@ main.mon_max_blind_epochs = 50 main.no_restart = false main.log.path = "/etc/pwnagotchi/log/pwnagotchi.log" -main.log.path-debug = "/etc/pwnagotchi/log/pwnagotchi.log" +main.log.path-debug = "/etc/pwnagotchi/log/pwnagotchi-debug.log" main.log.rotation.enabled = true main.log.rotation.size = "10M"