Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 24, 2024
1 parent f8f6938 commit 340109a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/application/custom.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const log = require('../../lib/log');

function getCustomConfigs(specifications) {
const configs = [];
const defaultConfig = {
Expand All @@ -17,7 +19,9 @@ function getCustomConfigs(specifications) {
}

if (specifications.name.toLowerCase().includes('bittensor')) {
log.info('bittensor app detected');
defaultConfig.mode = 'tcp';
log.info(defaultConfig);
}

const customConfigs = {
Expand Down

0 comments on commit 340109a

Please sign in to comment.