Tracy Exceptionfile per instance
- materix
- Backer | 83
As far as I understand, Tracy reuses the same Tracy ExceptionFile, for the error-messages that are the same.
Sometimes this is good, because else there would be created too many exception-files.
But in some other cases, you would like to log the same error-message many times, so you can compare the environmental-variables.
Is there any method to control, if Tracy should reuse the exception-files or generate a new file per instance?
Last edited by materix (2024-06-16 16:06)
- Marek Bartoš
- Nette Blogger | 1261
There is no built-in solution but you can copy the default logger and modify it zo your needs