aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl')
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 83a4774..5b4c207 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -474,6 +474,7 @@ qlist_t *dbRequests;
474 474
475// TODO - log to file. The problem is we don't know where to log until after we have loaded the configs, and before that we are spewing log messages. 475// TODO - log to file. The problem is we don't know where to log until after we have loaded the configs, and before that we are spewing log messages.
476// Now that we are using spawn-fcgi, all the logs are going to STDERR, which we can capture and write to a file. 476// Now that we are using spawn-fcgi, all the logs are going to STDERR, which we can capture and write to a file.
477// Unfortunately spawn-fcgi in deamon mode sends all the output to /dev/null or something.
477// A better idea, when we spawn tmux or spawn-fcgi, capture STDERR, full log everything to that, filtered log to the tmux console (STDOUT). 478// A better idea, when we spawn tmux or spawn-fcgi, capture STDERR, full log everything to that, filtered log to the tmux console (STDOUT).
478// Then we can use STDOUT / STDIN to run the console stuff. 479// Then we can use STDOUT / STDIN to run the console stuff.
479 480