Hello,
does anybody know where the Log entry "API Version is: 4.11 000-00 0" may come from?
Complete log entry: DEBUG [mksis.IntegrityServer] DEBUG(0): [http-exec-114] API Version is: 4.11 000-00 0
We are running 10.4 on server (Build 10.4.0.4301 or other API: 4.12.4301)
I know such a behaviour from a not-well configured Jenkins, if a plugin is used from a higher version than the Integrity server supports.
Does the same happen vice versa (=> plugin of a lower version than running the server) ?
And second question: Is there any possibility that I can find out, WHO is the reason for that entries,
maybe by extended logging or something else?
From our logger.properties:
mksis.logger.message.includeCategory.DEBUG=3
mksis.logger.message.includeCategory.DIAGNOSTIC=10
mksis.logger.message.includeCategory.WARNING=10
mksis.logger.message.includeCategory.GENERAL=10
mksis.logger.message.includeCategory.ERROR=10
mksis.logger.exception.includeCategory.DEBUG=3
mksis.logger.exception.includeCategory.DIAGNOSTIC=10
mksis.logger.exception.includeCategory.WARNING=10
mksis.logger.exception.includeCategory.GENERAL=10
mksis.logger.exception.includeCategory.ERROR=10
Every hint would be helpful.