Removed request logging before the feature moves to public preview

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Do
    • Priority: Major - P3
    • No version
    • Affects Version/s: None
    • Component/s: None
    • None
    • Not Needed

      For the internal beta, we want to log the full request and response from AI. We should remove request and response logging before the feature moves to the public preview. Consider logging the general info about the request, eg:

      req.logger.info('Performing a query generation request', {
            hasSchema: !!req.body.schema,
            hasCollectionName: !!req.body.collectionName,
            hasDatabaseName: !!req.body.databaseName,
            hasSampleDocuments: !!req.body.hasSampleDocuments,
      });
      

            Assignee:
            Alena Khineika
            Reporter:
            Alena Khineika
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: