On Thursday 12 September 2002 05:44 am, Grant Cooper wrote:
> Whenever someone logs on I get logging messages. Do I have to re-compile to
> get rid of these messages?

Yes, the level of logging is a #define in the config.h file.
The configure script sets the variable and value. Then
compiling builds it into each program (that needs it).
This goes along with the philosophy that by compling
in configuration values, we save time on parsing a
config file for every transaction, and we simplify
administration by not having a config file to break :)

Ken Jones

Reply via email to