Built motion from commit b5413ace.|2.6.9
[motion2.git] / server / utils / loggers.js
index f7edfc6..25cc5fe 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1c96=['info','redBG\x20white','red','white','bold\x20white','gray','bold\x20magenta','bold\x20blue','/var/log/xcally','join','format','message','replace','}}}','[%s]\x20[%s]\x20%s\x20-\x20%s','YYYY-MM-DD\x20HH:mm:ss','toUpperCase','{{{','meta','keys','length','stringify','level','Logger','transports','Console','warn','File','%s-%s','error','path','util','moment','winston','../config/environment','debugLevel','toLowerCase'];(function(_0x4528cf,_0x3b1892){var _0x4bca53=function(_0x47d77b){while(--_0x47d77b){_0x4528cf['push'](_0x4528cf['shift']());}};_0x4bca53(++_0x3b1892);}(_0x1c96,0x16b));var _0x61c9=function(_0xdd2bfa,_0x5bd304){_0xdd2bfa=_0xdd2bfa-0x0;var _0x55397e=_0x1c96[_0xdd2bfa];return _0x55397e;};'use strict';var path=require(_0x61c9('0x0'));var util=require(_0x61c9('0x1'));var moment=require(_0x61c9('0x2'));var winston=require(_0x61c9('0x3'));var config=require(_0x61c9('0x4'));var debugLevel=config[_0x61c9('0x5')]?config[_0x61c9('0x5')][_0x61c9('0x6')]():_0x61c9('0x7');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':_0x61c9('0x8'),'error':_0x61c9('0x9'),'warn':'bold\x20yellow','info':_0x61c9('0xa'),'print':_0x61c9('0xb'),'success':'bold\x20green','http':_0x61c9('0xc'),'verbose':_0x61c9('0xd'),'debug':_0x61c9('0xe'),'silly':'bold\x20cyan'};winston['addColors'](XC_LOG_COLORS);function getLogFileName(_0x557610,_0x457474,_0x4cd275){var _0x35c67b=_0x557610||_0x61c9('0xf');return path[_0x61c9('0x10')](_0x35c67b,util[_0x61c9('0x11')]('%s-%s.log',_0x457474,_0x4cd275));}function formatter(_0x293d04,_0x515cad){_0x515cad['message']=_0x515cad[_0x61c9('0x12')][_0x61c9('0x13')](/@@{/g,'{{{')['replace'](/}@@/g,_0x61c9('0x14'))[_0x61c9('0x13')](/@{/g,'{{')[_0x61c9('0x13')](/}@/g,'}}');return util[_0x61c9('0x11')](_0x61c9('0x15'),moment()['format'](_0x61c9('0x16')),_0x515cad['level'][_0x61c9('0x17')](),_0x293d04,_0x515cad[_0x61c9('0x12')]);}function fileFormat(_0x44ac1d,_0x19adfc){_0x19adfc['message']=_0x19adfc['message'][_0x61c9('0x13')](/@@{/g,_0x61c9('0x18'))[_0x61c9('0x13')](/}@@/g,_0x61c9('0x14'))[_0x61c9('0x13')](/@{/g,'{{')[_0x61c9('0x13')](/}@/g,'}}');var _0x32b011=_0x19adfc[_0x61c9('0x19')]&&Object[_0x61c9('0x1a')](_0x19adfc['meta'])[_0x61c9('0x1b')]?'\x0a\x09'+JSON[_0x61c9('0x1c')](_0x19adfc[_0x61c9('0x19')]):'';return util[_0x61c9('0x11')]('[%s]\x20[%s]\x20%s\x20-\x20%s\x20%s',moment()[_0x61c9('0x11')](_0x61c9('0x16')),_0x19adfc[_0x61c9('0x1d')]['toUpperCase'](),_0x44ac1d,_0x19adfc[_0x61c9('0x12')],_0x32b011);}function consoleLogger(){var _0x3a38ad=new winston[(_0x61c9('0x1e'))]({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0x61c9('0x1f'))][(_0x61c9('0x20'))]({'level':_0x61c9('0x21'),'json':![],'formatter':function(_0x3afeeb){return formatter('',_0x3afeeb);}})]});return _0x3a38ad;}function fileLogger(_0x5db441,_0x41e786){var _0x51a609=new winston['Logger']({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0x61c9('0x1f'))][(_0x61c9('0x22'))]({'name':util[_0x61c9('0x11')](_0x61c9('0x23'),_0x5db441,'error'),'filename':getLogFileName(_0x41e786,_0x5db441,_0x61c9('0x24')),'level':'error','json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x53eabe){return fileFormat(_0x5db441,_0x53eabe);}}),new winston[(_0x61c9('0x1f'))][(_0x61c9('0x22'))]({'name':util[_0x61c9('0x11')](_0x61c9('0x23'),_0x5db441,debugLevel),'filename':getLogFileName(_0x41e786,_0x5db441,debugLevel),'level':debugLevel,'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x4d96d6){return fileFormat(_0x5db441,_0x4d96d6);}}),new winston[(_0x61c9('0x1f'))][(_0x61c9('0x20'))]({'level':_0x61c9('0x21'),'json':![],'formatter':function(_0x7378a6){return fileFormat(_0x5db441,_0x7378a6);}})]});return _0x51a609;}exports['consoleLogger']=consoleLogger;exports['fileLogger']=fileLogger;
\ No newline at end of file
+var _0x2f93=['transports','Console','warn','File','%s-%s','error','fileLogger','path','util','moment','winston','../config/environment','debugLevel','info','redBG\x20white','red','bold\x20yellow','white','gray','bold\x20magenta','bold\x20cyan','addColors','join','format','message','{{{','replace','}}}','[%s]\x20[%s]\x20%s\x20-\x20%s','YYYY-MM-DD\x20HH:mm:ss','level','meta','keys','length','[%s]\x20[%s]\x20%s\x20-\x20%s\x20%s','toUpperCase','Logger'];(function(_0x5d2803,_0xf375bd){var _0xdcad2c=function(_0x3c3a98){while(--_0x3c3a98){_0x5d2803['push'](_0x5d2803['shift']());}};_0xdcad2c(++_0xf375bd);}(_0x2f93,0x179));var _0x32f9=function(_0x14e3ec,_0x2d2f0e){_0x14e3ec=_0x14e3ec-0x0;var _0x3e2dc9=_0x2f93[_0x14e3ec];return _0x3e2dc9;};'use strict';var path=require(_0x32f9('0x0'));var util=require(_0x32f9('0x1'));var moment=require(_0x32f9('0x2'));var winston=require(_0x32f9('0x3'));var config=require(_0x32f9('0x4'));var debugLevel=config[_0x32f9('0x5')]?config['debugLevel']['toLowerCase']():_0x32f9('0x6');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':_0x32f9('0x7'),'error':_0x32f9('0x8'),'warn':_0x32f9('0x9'),'info':_0x32f9('0xa'),'print':'bold\x20white','success':'bold\x20green','http':_0x32f9('0xb'),'verbose':_0x32f9('0xc'),'debug':'bold\x20blue','silly':_0x32f9('0xd')};winston[_0x32f9('0xe')](XC_LOG_COLORS);function getLogFileName(_0x5a4fef,_0x1f8ba8,_0x474a8e){var _0x48bf7e=_0x5a4fef||'/var/log/xcally';return path[_0x32f9('0xf')](_0x48bf7e,util[_0x32f9('0x10')]('%s-%s.log',_0x1f8ba8,_0x474a8e));}function formatter(_0xf23f44,_0x456faf){_0x456faf[_0x32f9('0x11')]=_0x456faf[_0x32f9('0x11')]['replace'](/@@{/g,_0x32f9('0x12'))[_0x32f9('0x13')](/}@@/g,_0x32f9('0x14'))[_0x32f9('0x13')](/@{/g,'{{')[_0x32f9('0x13')](/}@/g,'}}');return util['format'](_0x32f9('0x15'),moment()[_0x32f9('0x10')](_0x32f9('0x16')),_0x456faf[_0x32f9('0x17')]['toUpperCase'](),_0xf23f44,_0x456faf[_0x32f9('0x11')]);}function fileFormat(_0xa9ec65,_0x43bb3d){_0x43bb3d[_0x32f9('0x11')]=_0x43bb3d[_0x32f9('0x11')][_0x32f9('0x13')](/@@{/g,_0x32f9('0x12'))[_0x32f9('0x13')](/}@@/g,_0x32f9('0x14'))[_0x32f9('0x13')](/@{/g,'{{')['replace'](/}@/g,'}}');var _0x42ddec=_0x43bb3d[_0x32f9('0x18')]&&Object[_0x32f9('0x19')](_0x43bb3d[_0x32f9('0x18')])[_0x32f9('0x1a')]?'\x0a\x09'+JSON['stringify'](_0x43bb3d['meta']):'';return util['format'](_0x32f9('0x1b'),moment()[_0x32f9('0x10')](_0x32f9('0x16')),_0x43bb3d[_0x32f9('0x17')][_0x32f9('0x1c')](),_0xa9ec65,_0x43bb3d[_0x32f9('0x11')],_0x42ddec);}function consoleLogger(){var _0xdb52c2=new winston[(_0x32f9('0x1d'))]({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0x32f9('0x1e'))][(_0x32f9('0x1f'))]({'level':_0x32f9('0x20'),'json':![],'formatter':function(_0x1930af){return formatter('',_0x1930af);}})]});return _0xdb52c2;}function fileLogger(_0x241173,_0x29ec0a){var _0xb05e51=new winston['Logger']({'levels':XC_LOG_LEVELS,'transports':[new winston[(_0x32f9('0x1e'))][(_0x32f9('0x21'))]({'name':util[_0x32f9('0x10')](_0x32f9('0x22'),_0x241173,_0x32f9('0x23')),'filename':getLogFileName(_0x29ec0a,_0x241173,_0x32f9('0x23')),'level':'error','json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x356231){return fileFormat(_0x241173,_0x356231);}}),new winston['transports']['File']({'name':util[_0x32f9('0x10')](_0x32f9('0x22'),_0x241173,debugLevel),'filename':getLogFileName(_0x29ec0a,_0x241173,debugLevel),'level':debugLevel,'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x11ea52){return fileFormat(_0x241173,_0x11ea52);}}),new winston[(_0x32f9('0x1e'))][(_0x32f9('0x1f'))]({'level':_0x32f9('0x20'),'json':![],'formatter':function(_0x314e9f){return fileFormat(_0x241173,_0x314e9f);}})]});return _0xb05e51;}exports['consoleLogger']=consoleLogger;exports[_0x32f9('0x24')]=fileLogger;
\ No newline at end of file