dgquintas / BoincVM
No description has been added.
Clone this repository (size: 1.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/dgquintas/boincvm/
| commit 152: | 3575edc8e13e |
| parent 151: | 686ed3add34c |
| branch: | default |
cleanup
5 months ago
Changed (Δ33 bytes):
raw changeset »
HostMain.py (1 lines added, 2 lines removed)
| … | … | @@ -9,8 +9,7 @@ from ConfigParser import SafeConfigParse |
9 |
9 |
import logging |
10 |
10 |
|
11 |
11 |
logging.basicConfig(level=logging.DEBUG, \ |
12 |
format='%(asctime)s - %(name)s - %(levelname)s: %(message)s', \ |
|
13 |
filename=r'c:\temp\foo.txt') |
|
12 |
format='%(asctime)s - %(name)s - %(levelname)s: %(message)s', ) |
|
14 |
13 |
|
15 |
14 |
def start(config): |
16 |
15 |
"""Start twisted event loop and the fun should begin...""" |
