enhancement
major
minor
major
minor
enhancement
If problems arise with Kafka or TL-Sync, they often cause the application log to overflow. This can even happen when everything is working properly. To prevent the application logs from overflowing, Kafka and TL-Sync should write to their own log files.
Code Migration
The naming convention for the log files has changed:
- Old: top-logic.main.log.1
- New: top-logic.main.1.log
- You may need to adjust your log configurations to ensure that all environments behave consistently.
- Operations should be notified. Tools used to monitor the logs may need to be reconfigured due to the naming convention change.
Test
- Start an application that uses TL-Sync.
- Verify that a .kafka.log file is created and used.
- Verify that the log messages in that file do not appear in the .main.log file.
- Verify that the other log files continue to be created and used correctly.
- Verify that DEBUG messages are still not logged.