From c163311776cbb8f2d0e94e063be29adc9248a997 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 10 Sep 2022 19:36:29 +0000 Subject: [PATCH] --- devdocs/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 2ccda5e2..41e55a52 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -10,7 +10,8 @@ Problem: potential fixes: TODO HERE: Detect postgres is unreachable and stop digging a hole, wait to resolve it before continuing on again Don't log same message repeatedly - don't dual log to system journal logs and ayanova log + actually this is not necessary if just stop running jobs when can't reach sql server + FIXED don't dual log to system journal logs and ayanova log Ayanova is not only logging but also directing it's output to the terminal window which in linux system service is being logged also to the journal logs AyaNova should only ouput to it's log file, not to terminal with the sole exception of the initial boot up period This may be a configuration in the logging library set this way??