-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX #1572 - Accepting LOGS_FOLDER as env variable #1757
Conversation
Thanks for the PR! We mostly use a convention of prefixing our env vars with |
Hi, Will make the changes. A Note in /wiki/Parse-Server-Guide will be good to go or should it be in any other docs? |
@KartikeyaRokde updated the pull request. |
Current coverage is 92.26%@@ master #1757 diff @@
==========================================
Files 87 87
Lines 6201 6202 +1
Methods 1070 1070
Messages 0 0
Branches 1289 1290 +1
==========================================
+ Hits 5721 5722 +1
Misses 480 480
Partials 0 0
|
@KartikeyaRokde updated the pull request. |
Hi Team, there's Mongo authentication error for all the CI builds for Node.js: 6.1 and MONGODB_VERSION=3.0.8. ``
I think the mongoDB is not configured with authentication. Can you please have a look in this. |
I restarted the build and it passed. Merging. |
This fixes the issue #1572
Accepting LOGS_FOLDER from environment variable will help developers to set logs folder as they require.