Print message in import logs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-29-2023 01:47 AM
Hii all i need to print message in import logs not in system logs , when i click on run transform just after i need to check import log message how can i achive this i am not avaible to see in message in import log
i am using in log.info('welcome ');
but no luck
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-29-2023 06:41 AM
Hi @dheeru_1994 ,
You can use the GSLog
API to log messages to the import set logs. Instead of using log.info
Refer Log Output & GSLog API
Thanks,
Ratnakar