signal-desktop/app
Scott Nonnenberg 6b11f67dc6
Move logging to disk via bunyan
- Logging is available in main process as well as renderer process, and
  entries all go to one set of rotating files. Log entries in the
  renderer process go to DevTools as well as the console. Entries from
  the main process only show up in the console.
- We save three days of logs, one day per file in %userData%/logs
- The 'debug' object store is deleted in a new database migration
- Timestamps and level included in the new log we generate for publish
  as well as the devtools
- The bunyan API is exposed via windows.log (providing the ability to
  log at different levels, and save objects instead of just text), so we
  can move our code to it over time.

FREEBIE
2017-09-25 15:00:34 -07:00
..
auto_update.js Fix auto-update dialog now that locale-loading has been changed 2017-09-14 16:53:52 -07:00
config.js Refactor configuration out into reusable files 2017-09-14 16:53:51 -07:00
locale.js Move logging to disk via bunyan 2017-09-25 15:00:34 -07:00
logging.js Move logging to disk via bunyan 2017-09-25 15:00:34 -07:00
menu.js Add View -> Debug Log to menu bar 2017-09-14 16:53:52 -07:00
user_config.js Move logging to disk via bunyan 2017-09-25 15:00:34 -07:00
window_state.js Refactor external source files to live in app/ 2017-09-14 16:53:50 -07:00