From 017c8fdf246df82385fb0222890be85c461d0275 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 26 Oct 2008 00:11:22 +0000 Subject: implement filter support add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs --- (limited to 'utility/shell.c') diff --git a/utility/shell.c b/utility/shell.c index e521916..3de65b3 100644 --- a/utility/shell.c +++ b/utility/shell.c @@ -134,6 +134,8 @@ int main(int argc, const char *const argv[]) database_init(pool); // Process configuration file cfg = config_create(pool); + // initialize STD out error log + logging_preinit(cfg); rv = config_read(cfg, apr_table_get(args,"Config"), args); apr_pool_destroy(ptemp); -- cgit v0.9.2