DevOps

Enable authentication or add users with different role permission in MongoDB

After MongoDB installation by default Authentication was disabled. So we nned to create users with different role permission to enable Authentication . In this topic I am going to explain all steps to add users to enable Authentication in MongoDB

Read More

Common Logger sturucture for any project

Monitoring, troubleshooting and debugging is most imporatnt part of software developer's life.

Logging makes this a much easier and smoother process.

Common Format of logger

Format of each line in the log file. Each line must start with "~# " (tilde hash space)

Read More