I started an application from the terminal which prints the status and various logs in the console so that I can read them from the terminal. I accidentally closed the terminal but the application is still running, however, I can't see the logs anymore. Is there a way to get back access to that process console which is still running. ?
I am on Red Hat Enterprise Linux Server 7.1 (Maipo).
I was running an application in tornado, a python framework using the following command.
python2.7 /proj/website/app.py 8080
8080 is the port number.