Skip to content

Commit

Permalink
Fix: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Feb 23, 2018
1 parent 03cbaa0 commit f80ebbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ import { LoggerFile } from 'meteor/ostrio:loggerfile';

## FAQ:
- __Q__: Where to find the log file?
- __A__: On dev stage: `/static/logs`. On prod stage: `/assets/app/logs`. Change this behavior with `options.path` (*see below*)
- __A__: On dev stage: `/static/logs`. On prod stage: `/assets/app/logs`. Change this behavior with `options.path` (*see below*)
- __Q__: Log files are gone, why?
- __A__: __All logs will be removed as soon as your application rebuilds or you run__ `meteor reset`. To keep your logs persistent during development use an absolute `path` outside of your project folder, e.g. `/logs` directory. Make sure selected directory is writable by node/meteor's process owner


## Usage
### Initialization [*Isomorphic*]
Expand Down

0 comments on commit f80ebbe

Please sign in to comment.