TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

How to view Gitlab logs in real time from terminal

We can tail the logs of Gitlab from command line using gitlab-ctl utility.

Run the following command as root user.

#gitlab-ctl tail

This will print all the Gitlab logs and press Ctrl-C to exit this command.

That's all…

Leave a Reply