Skip to content

Commit

Permalink
refactor: update log level default
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 9, 2024
1 parent ac58d23 commit 942bccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Local/LocalEvaluationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LocalEvaluationConfig

const DEFAULTS = [
'logger' => null,
'logLevel' => LogLevel::INFO,
'logLevel' => LogLevel::ERROR,
'serverUrl' => 'https://api.lab.amplitude.com',
'bootstrap' => [],
'assignmentConfig' => null,
Expand Down
2 changes: 1 addition & 1 deletion src/Remote/RemoteEvaluationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RemoteEvaluationConfig

const DEFAULTS = [
'logger' => null,
'logLevel' => LogLevel::INFO,
'logLevel' => LogLevel::ERROR,
'debug' => false,
'serverUrl' => 'https://api.lab.amplitude.com',
'httpClient' => null,
Expand Down

0 comments on commit 942bccf

Please sign in to comment.