From 53eaee597190987b533c788892c5e1e0feab8e27 Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 31 Jan 2024 19:03:12 -0600 Subject: [PATCH] Update README to reflect current changes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4435c0f..1da1fe3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Docs are in the `./docs/` folder, but here's a quick overview on how to use this }, "logging": "LoggingTemplate", "logging-args": { - "lol": "irrelevant, LoggingTemplate ignores these options lol" + "file": "/home/askiiart/Documents/updog/logs/site-log" } } } @@ -45,9 +45,7 @@ Docs are in the `./docs/` folder, but here's a quick overview on how to use this ## To-do - Add basic functionality - - Read `services.json` file - Call the extensions -- Add support for logging and alert extensions - Add maintenance windows (optionally recurring) - Add ability to set default extensions that can be overridden on a per-service basis - And groups (lower priority)