Which log file should a developer use to search for exception stack traces?
Which log file should a developer use to search for exception stack traces?
To search for exception stack traces, a developer should use the error log. The error log typically captures various error messages and stack traces generated by the application when exceptions occur.
Answer: B