What have been done:
- Released logging features to production.
- Merge MongoDB branch with master into production.
Note:
Procedure of merging:
git checkout mastergit pull origin mastergit pull origin add_mongodb- Fix the conflicts in Eclipse IDE
git add "files after conflicts resolved"git commit -m "Resolved merging conflicts"git push origin master