rename to 'send'
This commit is contained in:
parent
57c7c475fc
commit
20b9766742
10 changed files with 26 additions and 26 deletions
|
@ -3,7 +3,7 @@ const conf = require('./config.js');
|
|||
const isProduction = conf.env === 'production';
|
||||
|
||||
const mozlog = require('mozlog')({
|
||||
app: 'FirefoxFileshare',
|
||||
app: 'FirefoxSend',
|
||||
level: isProduction ? 'INFO' : 'verbose',
|
||||
fmt: isProduction ? 'heka' : 'pretty',
|
||||
debug: !isProduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue