ffbcb4ecb5
An immediate response to the user request to see the log, and then we show the real data as soon as we've loaded it from disk. Changes: - the IPC exchange to get the log data is now async - the API to fetch the log on the client side now returns a Promise - in the main process, the only disk access done synchronoously is reading the contents of the log directory. The JSON parsing of the resultant log data is now split up into three chunks. - We only send three keys from each log item to the renderer process: msg, time, level. Previously we sent the entire log entry with extra keys: hostname, pid, name. FREEBIE |
||
---|---|---|
.. | ||
auto_update.js | ||
config.js | ||
locale.js | ||
logging.js | ||
menu.js | ||
user_config.js | ||
window_state.js |