What have been done:
- Released logging features to production.
- Merge MongoDB branch with master into production.
Note:
Procedure of merging:
git checkout master
git pull origin master
git 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