| Index: factory.conf
|
| diff --git a/factory.conf b/factory.conf
|
| index 1784cba7034ce635842e0ac1fe9fcdd790a35945..73a721da562c12291fa43ce607fa8d5f627f433c 100644
|
| --- a/factory.conf
|
| +++ b/factory.conf
|
| @@ -21,7 +21,7 @@ script
|
| OPT="-c"
|
| fi
|
| FACTORY_LOG_FILE=/var/log/factory.log
|
| - CONSOLE_LOG_FILE=/var/log/factory_console.log
|
| + CONSOLE_LOG_FILE=/tmp/factory_console.log
|
| # Factory log will be uploaded so we must always preserve previous results.
|
| # Console log is just for UI to display, no need to be saved across sessions;
|
| # however in order to support writing by multiple processes, the file must be
|
|
|