convert to utf8

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@52185 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-11-19 11:28:45 +00:00
parent ad8e50f658
commit 772f3428bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
{
"log": {
"appenders": [
{

View File

@ -1,4 +1,4 @@
var config = require('./config.json');
var config = require('./config.json');
var log4js = require('log4js');
log4js.configure(config['log']);