summaryrefslogtreecommitdiffstatsabout
path: root/utility/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/shell.c')
-rw-r--r--utility/shell.c2
1 files changed, 2 insertions, 0 deletions
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[])
134 database_init(pool); 134 database_init(pool);
135 // Process configuration file 135 // Process configuration file
136 cfg = config_create(pool); 136 cfg = config_create(pool);
137 // initialize STD out error log
138 logging_preinit(cfg);
137 rv = config_read(cfg, apr_table_get(args,"Config"), args); 139 rv = config_read(cfg, apr_table_get(args,"Config"), args);
138 apr_pool_destroy(ptemp); 140 apr_pool_destroy(ptemp);
139 141