Built motion from commit (unavailable).|2.5.23
[motion2.git] / server / config / logger.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x231f=['Console','env','debugLevel','moment','path','INFO','join','/var','xcally','format','message','replace','{{{','[%s]\x20[%s]\x20%s\x20-\x20%s','YYYY-MM-DD\x20HH:mm:ss','level','toUpperCase','exports','Logger','File','%s-%s','error','info','transports'];(function(_0x3c4ec9,_0x12cb12){var _0x20d5f3=function(_0x350605){while(--_0x350605){_0x3c4ec9['push'](_0x3c4ec9['shift']());}};_0x20d5f3(++_0x12cb12);}(_0x231f,0x123));var _0xf231=function(_0xaa97d3,_0x43edb1){_0xaa97d3=_0xaa97d3-0x0;var _0x559cb1=_0x231f[_0xaa97d3];return _0x559cb1;};'use strict';var moment=require(_0xf231('0x0'));var winston=require('winston');var util=require('util');var path=require(_0xf231('0x1'));var debugLevel=_0xf231('0x2');function filename(_0x365342,_0x1779d5){return path[_0xf231('0x3')](_0xf231('0x4'),'log',_0xf231('0x5'),util[_0xf231('0x6')]('%s-%s.log',_0x365342,_0x1779d5));}function formatter(_0x29c367,_0x2b5c36){_0x2b5c36[_0xf231('0x7')]=_0x2b5c36['message'][_0xf231('0x8')](/@@{/g,_0xf231('0x9'))[_0xf231('0x8')](/}@@/g,'}}}')[_0xf231('0x8')](/@{/g,'{{')[_0xf231('0x8')](/}@/g,'}}');return util['format'](_0xf231('0xa'),moment()['format'](_0xf231('0xb')),_0x2b5c36[_0xf231('0xc')][_0xf231('0xd')](),_0x29c367,_0x2b5c36[_0xf231('0x7')]);}module[_0xf231('0xe')]=function(_0x58442f){return new winston[(_0xf231('0xf'))]({'transports':[new winston['transports'][(_0xf231('0x10'))]({'name':util[_0xf231('0x6')](_0xf231('0x11'),_0x58442f,_0xf231('0x12')),'filename':filename(_0x58442f,_0xf231('0x12')),'level':'error','json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x1b2de3){return formatter(_0x58442f,_0x1b2de3);}}),new winston['transports'][(_0xf231('0x10'))]({'name':util[_0xf231('0x6')](_0xf231('0x11'),_0x58442f,_0xf231('0x13')),'filename':filename(_0x58442f,'info'),'level':_0xf231('0x13'),'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x5396eb){return formatter(_0x58442f,_0x5396eb);}}),new winston[(_0xf231('0x14'))][(_0xf231('0x15'))]({'level':process[_0xf231('0x16')][_0xf231('0x17')]||debugLevel,'json':![],'formatter':function(_0x26769e){return formatter(_0x58442f,_0x26769e);}})]});};