Roundup Tracker - Issues

Message2240

Author schlatterbeck
Recipients
Date 2006-04-24.15:56:29
Message-id
In-reply-to
Previous versions of roundup only issued a summary
information for each Class imported. 1.1.1 gives a line
for each object in the Class.

For my tracker this means several 100.000 lines of log
or more than 6MB of log-file.

I'm doing an export every night and test that the
export worked by importing (into another database). The
export is then moved to a tape backup. The resulting
email of this procedure is far too big to find out if
something went wrong.

The attached patch just removes the offending log
information -- but maybe you want to introduce a
--verbose switch for roundup-admin import.
History
Date User Action Args
2009-02-03 14:21:44adminlinkissue1475624 messages
2009-02-03 14:21:44admincreate