Enhancement
Major
Detail
Major
Detail
Enhancement
When problems occur with Kafka or TL-Sync, they often overflow the application log. This can happen even when everything is working. To prevent application log overfilling, Kafka and TL-Sync should write to their own log files.
Code Migration
The naming scheme of the log files has changed:
- Old: top-logic.main.log.1
- New: top-logic.main.1.log
- Custom log configurations may need to be adjusted to make all environments behave the same.
- The company should be informed. There tools for monitoring the logs may have to be reconfigured because of the naming scheme change.
Test
- Start an application that uses TL-Sync.
- Check that a .kafka.log file is created and used.
- Check that the log messages there do not show up in the .main.log file.
- Check that the other log files are still created and used correctly.
- Check that DEBUG messages are still not logged.