bahmutov / all-logs

Utility method to capture all server console logs including DEBUG=... module logs and util.debuglog

Home Page:https://glebbahmutov.com/blog/capture-all-the-logs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organize messages

bahmutov opened this issue ยท comments

For each message store:

  • source: console, util, debug that corresponds to the console logs, util.debuglog and debug module source
  • namespace. This is different per source
    • for source: console it will be "log", "warn", "error"
    • for util and debug it will be the namespace
  • message - fully formatted string

this will enable filtering on the viewing side

๐ŸŽ‰ This issue has been resolved in version 1.3.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€