Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / utils / loggers.js
index 25a8320..b171a6c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x0666=['stringify','[%s]\x20[%s]\x20%s\x20-\x20%s\x20%s','toUpperCase','Logger','Console','warn','transports','%s-%s','error','File','consoleLogger','path','util','winston','../config/environment','toLowerCase','info','red','bold\x20yellow','white','bold\x20white','bold\x20green','gray','bold\x20magenta','bold\x20blue','bold\x20cyan','addColors','/var/log/xcally','format','%s-%s.log','message','replace','{{{','[%s]\x20[%s]\x20%s\x20-\x20%s','YYYY-MM-DD\x20HH:mm:ss','level','}}}','meta','keys'];(function(_0x15c421,_0x6366f7){var _0x5e5ed5=function(_0x206e66){while(--_0x206e66){_0x15c421['push'](_0x15c421['shift']());}};_0x5e5ed5(++_0x6366f7);}(_0x0666,0x143));var _0x6066=function(_0x5a9867,_0x4ed3ca){_0x5a9867=_0x5a9867-0x0;var _0x1aec4c=_0x0666[_0x5a9867];return _0x1aec4c;};'use strict';var path=require(_0x6066('0x0'));var util=require(_0x6066('0x1'));var moment=require('moment');var winston=require(_0x6066('0x2'));var config=require(_0x6066('0x3'));var debugLevel=config['debugLevel']?config['debugLevel'][_0x6066('0x4')]():_0x6066('0x5');var XC_LOG_LEVELS={'fatal':0x0,'error':0x0,'warn':0x1,'info':0x2,'print':0x2,'success':0x2,'http':0x3,'verbose':0x4,'debug':0x5,'silly':0x6};var XC_LOG_COLORS={'fatal':'redBG\x20white','error':_0x6066('0x6'),'warn':_0x6066('0x7'),'info':_0x6066('0x8'),'print':_0x6066('0x9'),'success':_0x6066('0xa'),'http':_0x6066('0xb'),'verbose':_0x6066('0xc'),'debug':_0x6066('0xd'),'silly':_0x6066('0xe')};winston[_0x6066('0xf')](XC_LOG_COLORS);function getLogFileName(_0x4a876a,_0x3df4e3,_0x498aa5){var _0x20b290=_0x4a876a||_0x6066('0x10');return path['join'](_0x20b290,util[_0x6066('0x11')](_0x6066('0x12'),_0x3df4e3,_0x498aa5));}function formatter(_0x42a2f9,_0x2ded4a){_0x2ded4a['message']=_0x2ded4a[_0x6066('0x13')][_0x6066('0x14')](/@@{/g,_0x6066('0x15'))[_0x6066('0x14')](/}@@/g,'}}}')[_0x6066('0x14')](/@{/g,'{{')['replace'](/}@/g,'}}');return util[_0x6066('0x11')](_0x6066('0x16'),moment()[_0x6066('0x11')](_0x6066('0x17')),_0x2ded4a[_0x6066('0x18')]['toUpperCase'](),_0x42a2f9,_0x2ded4a['message']);}function fileFormat(_0x143a26,_0x4d7cff){_0x4d7cff['message']=_0x4d7cff[_0x6066('0x13')][_0x6066('0x14')](/@@{/g,_0x6066('0x15'))[_0x6066('0x14')](/}@@/g,_0x6066('0x19'))['replace'](/@{/g,'{{')[_0x6066('0x14')](/}@/g,'}}');var _0x983c4b=_0x4d7cff[_0x6066('0x1a')]&&Object[_0x6066('0x1b')](_0x4d7cff[_0x6066('0x1a')])['length']?'\x0a\x09'+JSON[_0x6066('0x1c')](_0x4d7cff[_0x6066('0x1a')]):'';return util[_0x6066('0x11')](_0x6066('0x1d'),moment()['format']('YYYY-MM-DD\x20HH:mm:ss'),_0x4d7cff[_0x6066('0x18')][_0x6066('0x1e')](),_0x143a26,_0x4d7cff['message'],_0x983c4b);}function consoleLogger(){var _0x506512=new winston[(_0x6066('0x1f'))]({'levels':XC_LOG_LEVELS,'transports':[new winston['transports'][(_0x6066('0x20'))]({'level':_0x6066('0x21'),'json':![],'formatter':function(_0x15cfbb){return formatter('',_0x15cfbb);}})]});return _0x506512;}function fileLogger(_0x10ee2a,_0x178b8f){var _0xf95125=new winston[(_0x6066('0x1f'))]({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0x6066('0x22'))]['File']({'name':util[_0x6066('0x11')](_0x6066('0x23'),_0x10ee2a,_0x6066('0x24')),'filename':getLogFileName(_0x178b8f,_0x10ee2a,'error'),'level':_0x6066('0x24'),'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x5af84e){return fileFormat(_0x10ee2a,_0x5af84e);}}),new winston[(_0x6066('0x22'))][(_0x6066('0x25'))]({'name':util[_0x6066('0x11')](_0x6066('0x23'),_0x10ee2a,debugLevel),'filename':getLogFileName(_0x178b8f,_0x10ee2a,debugLevel),'level':debugLevel,'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x5cc312){return fileFormat(_0x10ee2a,_0x5cc312);}}),new winston['transports'][(_0x6066('0x20'))]({'level':_0x6066('0x21'),'json':![],'formatter':function(_0x1d22b0){return fileFormat(_0x10ee2a,_0x1d22b0);}})]});return _0xf95125;}exports[_0x6066('0x26')]=consoleLogger;exports['fileLogger']=fileLogger;
\ No newline at end of file
+var _0x07fa=['%s-%s','error','util','moment','../config/environment','debugLevel','toLowerCase','info','redBG\x20white','bold\x20yellow','white','bold\x20white','gray','bold\x20magenta','bold\x20blue','bold\x20cyan','addColors','/var/log/xcally','join','format','%s-%s.log','message','replace','{{{','level','toUpperCase','meta','length','YYYY-MM-DD\x20HH:mm:ss','Logger','transports','Console','warn','File'];(function(_0x461886,_0x4fc171){var _0x295e0a=function(_0x451524){while(--_0x451524){_0x461886['push'](_0x461886['shift']());}};_0x295e0a(++_0x4fc171);}(_0x07fa,0xac));var _0xa07f=function(_0x2adbeb,_0x5581be){_0x2adbeb=_0x2adbeb-0x0;var _0x5e18a6=_0x07fa[_0x2adbeb];return _0x5e18a6;};'use strict';var path=require('path');var util=require(_0xa07f('0x0'));var moment=require(_0xa07f('0x1'));var winston=require('winston');var config=require(_0xa07f('0x2'));var debugLevel=config['debugLevel']?config[_0xa07f('0x3')][_0xa07f('0x4')]():_0xa07f('0x5');var XC_LOG_LEVELS={'fatal':0x0,'error':0x0,'warn':0x1,'info':0x2,'print':0x2,'success':0x2,'http':0x3,'verbose':0x4,'debug':0x5,'silly':0x6};var XC_LOG_COLORS={'fatal':_0xa07f('0x6'),'error':'red','warn':_0xa07f('0x7'),'info':_0xa07f('0x8'),'print':_0xa07f('0x9'),'success':'bold\x20green','http':_0xa07f('0xa'),'verbose':_0xa07f('0xb'),'debug':_0xa07f('0xc'),'silly':_0xa07f('0xd')};winston[_0xa07f('0xe')](XC_LOG_COLORS);function getLogFileName(_0x20a1bb,_0x1093d,_0x42a153){var _0x2947d5=_0x20a1bb||_0xa07f('0xf');return path[_0xa07f('0x10')](_0x2947d5,util[_0xa07f('0x11')](_0xa07f('0x12'),_0x1093d,_0x42a153));}function formatter(_0x3bad1a,_0x3211dc){_0x3211dc[_0xa07f('0x13')]=_0x3211dc[_0xa07f('0x13')][_0xa07f('0x14')](/@@{/g,_0xa07f('0x15'))[_0xa07f('0x14')](/}@@/g,'}}}')[_0xa07f('0x14')](/@{/g,'{{')[_0xa07f('0x14')](/}@/g,'}}');return util[_0xa07f('0x11')]('[%s]\x20[%s]\x20%s\x20-\x20%s',moment()['format']('YYYY-MM-DD\x20HH:mm:ss'),_0x3211dc[_0xa07f('0x16')][_0xa07f('0x17')](),_0x3bad1a,_0x3211dc[_0xa07f('0x13')]);}function fileFormat(_0x52e984,_0x39f7dd){_0x39f7dd['message']=_0x39f7dd[_0xa07f('0x13')]['replace'](/@@{/g,_0xa07f('0x15'))[_0xa07f('0x14')](/}@@/g,'}}}')[_0xa07f('0x14')](/@{/g,'{{')[_0xa07f('0x14')](/}@/g,'}}');var _0x1f231e=_0x39f7dd[_0xa07f('0x18')]&&Object['keys'](_0x39f7dd['meta'])[_0xa07f('0x19')]?'\x0a\x09'+JSON['stringify'](_0x39f7dd['meta']):'';return util['format']('[%s]\x20[%s]\x20%s\x20-\x20%s\x20%s',moment()[_0xa07f('0x11')](_0xa07f('0x1a')),_0x39f7dd[_0xa07f('0x16')][_0xa07f('0x17')](),_0x52e984,_0x39f7dd[_0xa07f('0x13')],_0x1f231e);}function consoleLogger(){var _0x5decc0=new winston[(_0xa07f('0x1b'))]({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0xa07f('0x1c'))][(_0xa07f('0x1d'))]({'level':_0xa07f('0x1e'),'json':![],'formatter':function(_0xbb2772){return formatter('',_0xbb2772);}})]});return _0x5decc0;}function fileLogger(_0xfe6405,_0x1359b9){var _0x275121=new winston[(_0xa07f('0x1b'))]({'levels':XC_LOG_LEVELS,'transports':[new winston['transports'][(_0xa07f('0x1f'))]({'name':util[_0xa07f('0x11')](_0xa07f('0x20'),_0xfe6405,_0xa07f('0x21')),'filename':getLogFileName(_0x1359b9,_0xfe6405,'error'),'level':_0xa07f('0x21'),'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x5e9948){return fileFormat(_0xfe6405,_0x5e9948);}}),new winston[(_0xa07f('0x1c'))][(_0xa07f('0x1f'))]({'name':util[_0xa07f('0x11')](_0xa07f('0x20'),_0xfe6405,debugLevel),'filename':getLogFileName(_0x1359b9,_0xfe6405,debugLevel),'level':debugLevel,'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x1eedeb){return fileFormat(_0xfe6405,_0x1eedeb);}}),new winston[(_0xa07f('0x1c'))]['Console']({'level':'warn','json':![],'formatter':function(_0x1cc234){return fileFormat(_0xfe6405,_0x1cc234);}})]});return _0x275121;}exports['consoleLogger']=consoleLogger;exports['fileLogger']=fileLogger;
\ No newline at end of file