30 Aug
2005
30 Aug
'05
11:48 a.m.
Artur Hecker <hecker@enst.fr> wrote:
ok, no i meant the daemon mode. sorry, my comment was a bit misleading. it's just that i would expect FR to show every configuration token it has read. and thread pool seems to be ignored in the debug.
It prints out the configuration it *uses*. It reads pretty much anything from the configuration files. e.g. arthur { france = yes angleterre = no } will be read fine. :) But it won't be printed out in debug mode, because the server isn't looking for it. It makes the server a *lot* more forgiving, and easier to work with. Alan DeKok.