Skip to content

Commit

Permalink
feat(logging): reduce log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Nov 1, 2021
1 parent d2f264f commit f9636ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream/oa/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function streamFactory(){
address.setCoord({ lon: csv.LON, lat: csv.LAT });
}
catch( e ){
console.error( 'invalid csv row', e );
console.error( 'invalid csv row', e.message );
console.error( csv );
return next();
}
Expand Down

0 comments on commit f9636ab

Please sign in to comment.