DocCyblade / tkl-mayan-edms

Turnkey Linux - Mayan EDMS
https://www.turnkeylinux.org/mayan-edms
Other
4 stars 12 forks source link

Testing: Optional - Remove DEBUG mode from mayan command line #63

Closed DocCyblade closed 7 years ago

DocCyblade commented 7 years ago

During first boot, when mayan command line is run, it shows a bunch of DEBUG statements. This could confuse people, as it's not really an error message, Mayan command line is in DEBUG mode. We could update the config to turn debug mode off.

DocCyblade commented 7 years ago

According to The Mayan Docs regarding Development by inserting DEBUG = True statement in the ../mayan/settings/local.py file, this will turn off the DEBUG messages in the console.

I have added that to the file and it does indeed stop the debug messages.