Skip to content

Commit

Permalink
feat: Tags updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGue committed Jun 11, 2021
1 parent df90ed4 commit e6e6b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpClient.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const axios = require('axios');
const governify = require('./index');
const utils = require('./utils');
const logger = governify.getLogger().tag(["HTTPRequest", "Commons"]);
const logger = governify.getLogger().tag(["commons", "http-request"]);

let requestLoggingEnabled = (process.env['GOV_LOG_REQUESTS'] ? process.env['GOV_LOG_REQUESTS'] === 'true' : true);

Expand Down
2 changes: 1 addition & 1 deletion infrastructure.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const governify = require('./index.js');
const mustache = require('mustache');
const logger = governify.getLogger();
const logger = governify.getLogger().tag('commons');
const _ = require('lodash');
let infrastructure = {}

Expand Down

0 comments on commit e6e6b95

Please sign in to comment.