tshrinivasan / OCR4wikisource

OCR for WikiSource using Google Drive OCR
GNU General Public License v2.0
33 stars 24 forks source link

Make logging optional #57

Closed srikanthlogic closed 8 years ago

srikanthlogic commented 8 years ago

Logging can be enabled with config option. This will improve speed of script

ravidreams commented 8 years ago

+1

jayantanth commented 8 years ago

How exactly it will be? Any example?

ravidreams commented 8 years ago

Config.ini will have an option like

Logging = No

Shrini introduced the logging feature to help in troubleshooting. Now that the tool is stable, it can be disabled by users who are well introduced to the tool. Shrini felt that the logging delays processing only be microseconds. But still, if it can help to increase the speed by anyway, it is good.

tshrinivasan commented 8 years ago

Logging is very important feature for any application.

Though the application is stable now, it is growing with more new features.

I dont find any reason to disable it and it wont save more than few seconds.

Let the logging be there.