Problem Description:
When looking at the log output no logLinks (TinyLinks) are shown.
Environment:
SaaS: all versions
Hybrid: all versions
On-Premise: all versions
Resolution:
If you are using -Dtakipi.support.logger.frameworks
flag in your agent.properties file
- validate that you documented the correct logging framework used
- validate that you spelled (all lowercase) the logging framework correctly
- recommended
comment out or remove the -Dtakipi.support.logger.frameworks
property and restart you JVM.
Cause:
The OverOps agent can automatically determine the logging framework used and when part of the supported logging framework it will automatically instrument them to capture the logging events,.
The -Dtakipi.support.logger.frameworks
is only required when manually identifying and instrumenting certain logging frameworks is required.
Comments