Skip to content

Commit

Permalink
Fixed: #175
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Dec 3, 2013
1 parent a74a15a commit 4cac20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you wish to setup the log to insert entries into MongoDB (like in `CDbLogRout

array(
'class'=>'EMongoLogRoute',
'connectionId'=>'my_connection_id' // optional, defaults to 'mongodb'
'connectionId'=>'my_connection_id', // optional, defaults to 'mongodb'
'logCollectionName'=>'my_log_collection', // optional, defaults to 'YiiLog'
),
Expand Down

0 comments on commit 4cac20e

Please sign in to comment.