As per the docs, I’ve put the following in my filter and write hooks in the delegated admin extension:
ctx.log(‘Hello there’);
How when viewing the logs with the ‘Real-time Webtask Logs’ extension there is log entry.
Is ctx.log still supported?
As per the docs, I’ve put the following in my filter and write hooks in the delegated admin extension:
ctx.log(‘Hello there’);
How when viewing the logs with the ‘Real-time Webtask Logs’ extension there is log entry.
Is ctx.log still supported?