Skip to content

Commit cbb4e13

Browse files
committed
make after-export log severity: 'INFO'
1 parent 23cd810 commit cbb4e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/plotly-export-server_electron.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ app.on('after-connect', (info) => {
5858
app.on('after-export', (info) => {
5959
if (SHOW_LOGS) {
6060
console.log(JSON.stringify({
61+
severity: 'INFO',
6162
httpRequest: {
6263
requestMethod: info.method
6364
},

0 commit comments

Comments
 (0)