from fblog import * log = follow(open('/opt/firebird/firebird.log')) try: show(full(fblog(log_file=log))) except KeyboardInterrupt: pass except Exception as e: raise e
daily_report.py
fbtracex.py
Enter search terms or a module, class or function name.