From f80ebbe13f92822bb889b83cc85ac9a45fc865b8 Mon Sep 17 00:00:00 2001 From: "dr.dimitru" Date: Fri, 23 Feb 2018 22:58:51 +0300 Subject: [PATCH] Fix: #13 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae22128..a70129b 100755 --- a/README.md +++ b/README.md @@ -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*]