GobySoft / goby3

The Goby Underwater Autonomy Project Version 3
Other
24 stars 11 forks source link

MOOS debug logs not being written if Log = some string exists in file #238

Closed tsaubergine closed 2 years ago

tsaubergine commented 2 years ago

This will not log, likely due to the pickup of the pLogger "Log =" as false:


ProcessConfig = pLogger
{
  Log = IVPHELM_LIFE_EVENT @ 0 NOSYNC
  Log = REPORT @ 0 NOSYNC
...
}
ProcessConfig = iFrontSeat
{

    common
    {
    log: true
    log_path:  "./"
    }
}