Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechnick committed Aug 9, 2011
1 parent 82f54c9 commit b7b6363
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Run the schema into your database:

Update the file `app/config/bootstrap.php` with the following configurations like so:

CakeLog::config('database', array(
'engine' => 'DatabaseLogger.DatabaseLogger',
));
App::import('Core','CakeLog');
CakeLog::config('default', array('engine' => 'DatabaseLogger.DatabaseLogger',));

## Usage

Expand Down

0 comments on commit b7b6363

Please sign in to comment.