You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed my own FireCrawl and noticed that the worker logs are not printing parameters. For example, the logs only show '[Deep Research] Starting research with options:' but not the actual options parameters. What could be the issue?
logger.debug("[Deep Research] Starting research with options:",{ options });logger.debug("[Deep Research] Current depth:",state.getCurrentDepth());logger.debug("[Deep Research] Next search topic:",{ nextSearchTopic });logger.debug("[Deep Research] Generated search queries:",{ searchQueries });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed my own FireCrawl and noticed that the worker logs are not printing parameters. For example, the logs only show '[Deep Research] Starting research with options:' but not the actual options parameters. What could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions