playframework - Advanced HTTP server configurations in Play 2.3 -


i using play 2.3 develop application.

i need set http.netty.log.wire true default false specified in play documents.

in below link (last section) says option available specifies "we cannot use application.conf" specify this.

https://www.playframework.com/documentation/2.3.x/productionconfiguration

if cannot specify in application conf, how can specify this?

thanks

you need pass options in command line:

/path/to/your/app/bin/yourapp -dhttp.netty.log.wire=true 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -