Beispiel #1
0
def cli(user, probes, results, verbose):
    if False:
        # writes a 'txtorcon.log' with debugging information
        from txtorcon.log import debug_logging
        debug_logging()

    args = (user, probes, results, verbose)
    react(main, args)
Beispiel #2
0
 def test_debug(self):
     log.debug_logging()