CodingXeer01Original post
Rank 3: Container
I have 'context.log' in my function it log too but there is some extra stuff after printing given string in contex.log, this:
Plain text
Unsupported logs detected. Use context.log() or context.error() for logging.----------------------------------------------------------------------------Warning: The current SDK is built for Appwrite 1.6.0. However, the current Appwrite server version is 1.5.10. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks```Summary
The developer is using 'context.log' function but is receiving additional unsupported logs warning. They should downgrade their SDK to match the Appwrite version 1.5.10 to resolve the issue.