Roundup Tracker - Issues

Issue 1475624

classification
too verbose logging for import in roundup 1.1
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed accepted
:
: richard : richard, schlatterbeck
Priority: normal :

Created on 2006-04-24 15:56 by schlatterbeck, last changed 2006-04-27 03:38 by richard.

Files
File name Uploaded Description Edit Remove
patch_verbose_import schlatterbeck, 2006-04-24 15:56 patch to remove verbose logging
Messages
msg2240 Author: [hidden] (schlatterbeck) Date: 2006-04-24 15:56
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.
msg2241 Author: [hidden] (richard) Date: 2006-04-27 03:38
Logged In: YES 
user_id=6405

Have implemented a -V verbose switch.
History
Date User Action Args
2006-04-24 15:56:29schlatterbeckcreate