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 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 those a long time ago). I'm not sure how the two interact. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
