2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[minor] enabled loglevel DEBUG

This commit is contained in:
Anand Doshi 2016-01-11 12:28:02 +05:30
parent 6a7cd751b7
commit 5a14a16c51

View File

@ -8,7 +8,7 @@ import json
import re
import subprocess
logging.basicConfig(level="DEBUG")
logger = logging.getLogger(__name__)
class MajorVersionUpgradeException(Exception):