Govind Singh
Govind Singh

Reputation: 15490

play command for view the running project console

I compiled my project.

play compile

then I started it in Production mode by,

play start

Then after some time i press Ctrl+D

So now I can't view the console.

Is there any play command to view console?

OR i have to stop it and start again?

note: on AWS

Upvotes: 0

Views: 34

Answers (1)

biesior
biesior

Reputation: 55798

De facto Play console is not supposed to be used on production machine, instead you should prepare a dist distrubution and use i.e. log file for controlling logs (probably with tail command)

Upvotes: 1

Related Questions