Skip to content

Commit

Permalink
don't log vars
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Aug 14, 2024
1 parent c9029be commit 2734dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ return [
'categories' => ['feed-me'],

// Don't log request and env vars
'logContext' => true,
'logContext' => false,

// Minimum level to log
'level' => \Psr\Log\LogLevel::INFO,
Expand Down

0 comments on commit 2734dc5

Please sign in to comment.