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
I am looking at a nodejs project using debug module to log. It does not show line number and file name. Anyway to show line number or both? There are so many debug() statements in it, changing every one to include line number or switching to another logging library would be really cumbersome.
#343 mentions the issue, but no conclusion is reached.
The text was updated successfully, but these errors were encountered:
I am looking at a nodejs project using debug module to log. It does not show line number and file name. Anyway to show line number or both? There are so many
debug()
statements in it, changing every one to include line number or switching to another logging library would be really cumbersome.#343 mentions the issue, but no conclusion is reached.
The text was updated successfully, but these errors were encountered: