* Fix colors in relation to MCI codes

* iCE colors working, I think...
This commit is contained in:
Bryan Ashby 2014-11-12 23:16:47 -07:00
parent 7bac1b5193
commit 008e9f46d8
6 changed files with 24 additions and 20 deletions

View file

@ -1,4 +1,5 @@
"use strict";
/* jslint node: true */
'use strict';
var bunyan = require('bunyan');
var miscUtil = require('./misc_util.js');
@ -6,8 +7,6 @@ var paths = require('path');
var conf = require('./config.js');
module.exports = {
log : undefined,
init : function() {
//var ringBufferLimit = miscUtil.valueWithDefault(config.logRingBufferLimit, 100);
var logPath = miscUtil.valueWithDefault(conf.config.paths.logs);