Issue 1475624
Created on 2006-04-24 15:56 by schlatterbeck, last changed 2006-04-27 03:38 by richard.
File name |
Uploaded |
Description |
Edit |
Remove |
patch_verbose_import
|
schlatterbeck,
2006-04-24 15:56
|
patch to remove verbose logging |
|
|
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.
|
|
Date |
User |
Action |
Args |
2006-04-24 15:56:29 | schlatterbeck | create | |
|