DaegiKim
DaegiKim

Reputation: 45

How to display Play framework 'log' on IDEA console

I want to display Play framework 'log' on idea console.

I follow the instructions in http://www.playframework.com/documentation/2.1.x/IDE remote debug settings, but the log is not output on idea console.

It just displayed 'Connected to the target VM, address: 'localhost: 9999', transport: 'socket'

How to display it? such as "[INFO] blah blah, [DEBUG] blah blah"

Upvotes: 0

Views: 317

Answers (1)

johanandren
johanandren

Reputation: 11479

You would have to start play from inside of IDEA through the IDEA Play Plugin to get the output inside of IDEA.

Add a new Run/Debug configuration and select "Play 2 App" and then start that from inside of IDEA.2

Upvotes: 1

Related Questions