jafeha / parabird

Simple script written in python to build an os independent truecrypt encrypted usb-stick containing a portable thunderbird, enigmail, torbirdy and vidalia.
GNU General Public License v3.0
11 stars 7 forks source link

steamlining the output #38

Closed jojoo- closed 11 years ago

jojoo- commented 11 years ago

doble [INFO]

[INFO::main]: [INFO] Configuring...
.........[INFO::utils]: found new Device: /Volumes/JOJOO 1

should be degraded to debug: (imo)

[INFO::main]: Checking all Dependencies...
[INFO::main]: Taking DEFAULT device from Config: None
[INFO::main]: Taking DEFAULT container_name from Config: container.tc
[INFO::main]: Taking truecrypting size from Config: 1073741824B
all theese
[INFO::main]: Getting thunderbird_windows

all extension-id's

and the output of 7zip generally. lets write  7zip wrapper for that

lines with % look ugly (imo)

-> replace it with = or with -----

jafeha commented 11 years ago

doble [INFO]

fixed.

lines with %

replaced with "="

to much output

7z and dmg2img output should get supressed now

degration

not sure about degrading all of those config infos printed at the beginning. the downloading / getting prints could get degraded imho. we should purge the extension id prints.

jafeha commented 11 years ago

i degraded them and removed the extension id prints. output looks much better now.

jafeha commented 11 years ago

printing a new line after the the dots in stick detection now.

jafeha commented 11 years ago

i think about degrading all the extraction messages to debug.

jafeha commented 11 years ago

done here.