flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
66 stars 15 forks source link

STAPI emits debugging lines to stdout #2

Closed nugget closed 14 years ago

nugget commented 14 years ago

STAPI leaks debugging lines to stdout during normal operation:

2009-11-30 11:42:54 CST 54502 Reading c_tablename0 from stapi/c_tablename.tsv 2009-11-30 11:42:54 CST 54502 Writing c_tablename0 to stapi/c_tablename.tsv

resuna commented 14 years ago

Changed ::stapi::debugging to default to 0