back-end: change log dir

This commit is contained in:
DIYgod 2016-09-28 17:54:36 +08:00
parent 9fb38b1e3a
commit 794a655e38
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ log4js.configure({
appenders: [
{
type: "file",
filename: 'DPlayer.log',
filename: 'logs/DPlayer.log',
maxLogSize: 20480,
backups: 3,
category: [ 'DPlayer','console' ]