Send console warnings to Graphite/InfluxDB (#2315)

It is sane keep track of them too.
This commit is contained in:
Peter Hedenskog 2019-02-15 10:57:22 +01:00 committed by GitHub
parent cd85865b99
commit edfd911063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ module.exports = [
'statistics.visualMetrics.*',
'statistics.custom.*',
'statistics.console.error',
'statistics.console.warning',
'statistics.cpu.categories.*',
'statistics.cpu.events.*'
];