Skip to content

Commit

Permalink
Added Configuration option for SQL logger...
Browse files Browse the repository at this point in the history
  • Loading branch information
CVi committed Feb 23, 2010
1 parent c51c1e6 commit e35862c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/config.sample.inc.php
Expand Up @@ -12,6 +12,7 @@

$THINKTANK_CFG['app_title'] = 'ThinkTank';
$THINKTANK_CFG['log_location'] = '/your-path-to/thinktank/crawler/logs/crawler.log';
$THINKTANK_CFG['sql_log_location'] = '/your-path-to/thinktank/crawler/logs/sql.log';
$THINKTANK_CFG['smarty_path'] = '/usr/local/php5/lib/php/smarty/libs/';

// Set the following to the public path of the webapp on your web server
Expand Down
Empty file added crawler/logs/sql.log
Empty file.

0 comments on commit e35862c

Please sign in to comment.