function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nathanael.mnathanael.m 

Migration Tool logType doesn't work

Regardless of what I set the logType to I still get the full debug log after executing a deploy and runAllTests. As per the documentation I set it to 'None', then 'Debugonly', then 'Detail' and I always get the same log back. It's also being truncated and ending with ********* MAXIMUM DEBUG LOG SIZE REACHED **********.

 

When I try to view the build details in CruiseControl it takes about 15 minutes for the page to load because the log is so big. Is there no way to filter out most of the debug info? I just need to know what tests failed...

 

Thanks,

 

Nathanael

Ispita_NavatarIspita_Navatar

You have to delete the existing debug logs.

 

Did you cross check the following:-

 

The following are the limits for debug logs:

  • Once a user is added, that user can record up to 20 debug logs. After a user reaches this limit, debug logs stop being recorded for that user. Click Reset on the Monitoring Debug logs page to reset the number of logs for that user back to 20. Any existing logs are not overwritten.
  • Each debug log can only be 2 MB.
  • Each organization can retain up to 50 MB of debug logs. Once your organization has reached 50 MB of debug logs, the oldest debug logs start being overwritten.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.