diff -r 5bfea1685da4 -r fe502496fc06 scripts/functions --- a/scripts/functions Sat Jun 16 18:04:05 2007 +0000 +++ b/scripts/functions Sun Jun 17 11:13:48 2007 +0000 @@ -35,6 +35,13 @@ # shared is not found set +o hashall +# Log policy: +# - first of all, save stdout so we can see the live logs: fd #6 +exec 6>&1 +# - then point stdout to the log file (temporary for now) +tmp_log_file="${CT_TOP_DIR}/log.$$" +exec >>"${tmp_log_file}" + # The different log levels: CT_LOG_LEVEL_ERROR=0 CT_LOG_LEVEL_WARN=1