# HG changeset patch # User Thibaut Girka # Date 1341864724 -7200 # Node ID cb1460b9b6cf6ce62fb6ebf27d0921d8aca0221f # Parent 3be4c10780955fc72a5a91d862d56109b0d042f4 Enable debug messages when using --debug diff --git a/eosd b/eosd --- a/eosd +++ b/eosd @@ -16,6 +16,7 @@ import argparse import os import sys +import logging import pyximport pyximport.install() @@ -78,6 +79,7 @@ def main(path, data, stage_num, rank, ch continues = 0 if debug: + logging.basicConfig(level=logging.DEBUG) continues = float('inf') if replay: