Closed SimonN closed 5 months ago
Lix 0.10.22
./data/images/lixrecol.png
./user/log.txt
Expected: The log file shows the exception from step 4.
Instead: The log file doesn't show this error.
The logging system inits only after A5 initializes. Let's init the logging earlier. Write a try-catch-all clause around the init code.
I'll fix this in Lix 0.10.23.
Lix 0.10.22
./data/images/lixrecol.png
or put the 0.10.22 binary in a 0.9.47 tree../user/log.txt
.Expected: The log file shows the exception from step 4.
Instead: The log file doesn't show this error.
The logging system inits only after A5 initializes. Let's init the logging earlier. Write a try-catch-all clause around the init code.