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
Post a Comment