[Flightgear-devel] debugging output

2003-04-01 Thread Curtis L. Olson
How do I reenable debugging output? Thanks, Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities[EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org

RE: [Flightgear-devel] debugging output

2003-04-01 Thread Norman Vine
Curtis L. Olson writes: How do I reenable debugging output? maybe main.cxx static bool fgMainInit( int argc, char **argv ) { // set default log levels sglog().setLogLevels( SG_ALL, SG_INFO ); ___ Flightgear-devel mailing list [EMAIL

Re: [Flightgear-devel] debugging output

2003-04-01 Thread Erik Hofman
Norman Vine wrote: Curtis L. Olson writes: How do I reenable debugging output? maybe main.cxx static bool fgMainInit( int argc, char **argv ) { // set default log levels sglog().setLogLevels( SG_ALL, SG_INFO ); That was one of the things in the back of my head which needed to be

RE: [Flightgear-devel] debugging output

2003-04-01 Thread Curtis L. Olson
Norman Vine writes: Curtis L. Olson writes: How do I reenable debugging output? maybe main.cxx static bool fgMainInit( int argc, char **argv ) { // set default log levels sglog().setLogLevels( SG_ALL, SG_INFO ); Yes, but this was reworked so it could be done from the

Re: [Flightgear-devel] debugging output

2003-04-01 Thread David Megginson
Erik Hofman writes: Whta is happening is there is a pint where the --log-level option actually starts working (inside fgMainLoop() ) but before that the log level is set by the line Norman pointed out. We also seem to have a variety of ways to set logging. In main.cxx, there is code

Re: [Flightgear-devel] debugging output

2003-04-01 Thread Erik Hofman
David Megginson wrote: We also seem to have a variety of ways to set logging. In main.cxx, there is code that uses the property /sim/log-level with an integer value. However, in fg_props.cxx, FlightGear also uses /sim/logging/priority /sim/logging/classes with string values (I added

Re: [Flightgear-devel] debugging output

2003-04-01 Thread David Megginson
Erik Hofman writes: However, in fg_props.cxx, FlightGear also uses /sim/logging/priority /sim/logging/classes with string values (I added those a long time ago). I'm not sure how the two interact. I thought these were for property logging? No, that's controlled

Re: [Flightgear-devel] debugging output

2003-04-01 Thread Erik Hofman
David Megginson wrote: Erik Hofman writes: However, in fg_props.cxx, FlightGear also uses /sim/logging/priority /sim/logging/classes with string values (I added those a long time ago). I'm not sure how the two interact. I thought these were for property logging?

Re: [Flightgear-devel] debugging output

2003-04-01 Thread Cameron Moore
* [EMAIL PROTECTED] (David Megginson) [2003.04.01 13:31]: You can set /sim/logging/classes to a whitespace-separated list of any or all of the following values: terrain astro flight input gl view cockpit general math event aircraft autopilot io clipper