Built motion from commit (unavailable).|2.5.4
[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 _0xf54a=['path','INFO','/var','log','xcally','format','%s-%s.log','level','toUpperCase','message','exports','Logger','transports','File','%s-%s','error','info','Console','env','debugLevel','winston','util'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xf54a,0x1b6));var _0xaf54=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xf54a[_0x3dd15e];return _0x231fd0;};'use strict';var moment=require('moment');var winston=require(_0xaf54('0x0'));var util=require(_0xaf54('0x1'));var path=require(_0xaf54('0x2'));var debugLevel=_0xaf54('0x3');function filename(_0x13fa20,_0x20d158){return path['join'](_0xaf54('0x4'),_0xaf54('0x5'),_0xaf54('0x6'),util[_0xaf54('0x7')](_0xaf54('0x8'),_0x13fa20,_0x20d158));}function formatter(_0x1d48b7,_0x69fd4d){return util[_0xaf54('0x7')]('[%s]\x20[%s]\x20%s\x20-\x20%s',moment()['format']('YYYY-MM-DD\x20HH:mm:ss'),_0x69fd4d[_0xaf54('0x9')][_0xaf54('0xa')](),_0x1d48b7,_0x69fd4d[_0xaf54('0xb')]);}module[_0xaf54('0xc')]=function(_0x784c74){return new winston[(_0xaf54('0xd'))]({'transports':[new winston[(_0xaf54('0xe'))][(_0xaf54('0xf'))]({'name':util[_0xaf54('0x7')](_0xaf54('0x10'),_0x784c74,_0xaf54('0x11')),'filename':filename(_0x784c74,'error'),'level':_0xaf54('0x11'),'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x50158d){return formatter(_0x784c74,_0x50158d);}}),new winston[(_0xaf54('0xe'))]['File']({'name':util[_0xaf54('0x7')](_0xaf54('0x10'),_0x784c74,_0xaf54('0x12')),'filename':filename(_0x784c74,_0xaf54('0x12')),'level':_0xaf54('0x12'),'json':![],'maxsize':0xa00000,'maxFiles':0xa,'tailable':!![],'formatter':function(_0x2b2bc8){return formatter(_0x784c74,_0x2b2bc8);}}),new winston[(_0xaf54('0xe'))][(_0xaf54('0x13'))]({'level':process[_0xaf54('0x14')][_0xaf54('0x15')]||debugLevel,'json':![],'formatter':function(_0x11dfd3){return formatter(_0x784c74,_0x11dfd3);}})]});};