JPro-one / jpro-routing

Small web-framework for JPro
https://www.jpro.one
Apache License 2.0
6 stars 0 forks source link

How to dissable word wrap in jpro logs? #5

Open ctoabidmaqbool opened 1 year ago

ctoabidmaqbool commented 1 year ago

Hi, Devs! I am mostly like to see logs without word wrapping feature, as using this approach logs can be clearly and easily viewed. But when jpro logs are accessed through web e.g. /info/log/console.log by default word wrapping is enabled.

How can I disabled it using code rather then doing same using inspector panel?

image

FlorianKirmaier commented 1 year ago

Hi @ctoabidmaqbool This is a behavior of the browser. JPro just provides a txt file, with the ending ".log". Alternatively, you can download the file (I think right-click anywhere, to do so) and open it with an editor of your choice.