mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 22:34:58 +00:00
Update README.md
This commit is contained in:
parent
76822f263c
commit
9fb8c19c65
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ var scribe = require('./scribe');
|
|||
// --------------
|
||||
scribe.configure(function(){
|
||||
scribe.set('app', 'MY_APP_NAME'); // NOTE Best way learn about these settings is
|
||||
scribe.set('logPath', './../logs'); // them out for yourself.
|
||||
scribe.set('logPath', './scribe'); // Doublecheck // them out for yourself.
|
||||
scribe.set('defaultTag', 'DEFAULT_TAG');
|
||||
scribe.set('divider', ':::');
|
||||
scribe.set('identation', 5); // Identation before console messages
|
||||
|
|
Loading…
Add table
Reference in a new issue