You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: