Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 84bcbb5

Browse files
committed
Setting the right new relic app name.
1 parent 948afab commit 84bcbb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

newrelic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exports.config = {
2-
app_name : ['Rood Licht Handel BV'],
2+
app_name : ['MNMX Freight'],
33
license_key : process.env.NEW_RELIC_LICENSE_KEY,
44
logging : {
5-
level : 'trace'
5+
level : 'info'
66
}
77
};

0 commit comments

Comments
 (0)