Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect log levels #68

Merged
merged 4 commits into from
May 8, 2024
Merged

Respect log levels #68

merged 4 commits into from
May 8, 2024

Conversation

ssbushi
Copy link
Contributor

@ssbushi ssbushi commented May 8, 2024

Note: The CLI is not affected by this change.

@ssbushi ssbushi requested a review from pavelgj May 8, 2024 01:19
@ssbushi
Copy link
Contributor Author

ssbushi commented May 8, 2024

Output on genkit flow:run jokeFlow if logging level is set to error:

Starting app at `lib/index.js`...
Warn: Port 3100 not available, using 3101 instead.
Reflection API running on http://localhost:3101
Running '/flow/jokeFlowSimple' (stream=false)...
Flow operation:
{
  "name": "c9f494b8-0cb7-44dc-98e4-564b37d38da1",
  "done": true,
  "result": {
    "response": "What do you call a banana that's been in the sun too long?\n\nA banana split."
  }
}
App process exited with code 0

@ssbushi ssbushi merged commit 9445f92 into main May 8, 2024
4 checks passed
@ssbushi ssbushi deleted the sb/fixLogger branch May 8, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants