Set default config of analysis logger for test env

This commit is contained in:
Daniel García Aubert 2016-09-23 17:35:46 +02:00
parent 10feea0d48
commit f963fb321e

View File

@ -210,7 +210,7 @@ var config = {
// If filename is given logs comming from analysis client will be written // If filename is given logs comming from analysis client will be written
// there, in append mode. Otherwise 'log_filename' is used. Otherwise stdout is used (default). // there, in append mode. Otherwise 'log_filename' is used. Otherwise stdout is used (default).
// Log file will be re-opened on receiving the HUP signal // Log file will be re-opened on receiving the HUP signal
filename: 'logs/analysis.log' filename: 'node-windshaft.log'
} }
} }
,millstone: { ,millstone: {