Skip to content

Commit

Permalink
[MOD] README の php sample が 構文エラーとなるため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
oz-urabe committed May 30, 2020
1 parent 40beac6 commit 24ca9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ $logger->info($type, 'Response from https://example.com/api/member response body


// ... snip ...
$type = 'db-error;
$logger->error($type, 'DB Error : ERROR 1099 (HY000): Table 'super1' was locked with a READ lock and can't be updted', __FUNCTION__, __CLASS__);
$type = 'db-error';
$logger->error($type, "DB Error : ERROR 1099 (HY000): Table 'super1' was locked with a READ lock and can't be updted", __FUNCTION__, __CLASS__);
```

## Fluentd side
Expand Down

0 comments on commit 24ca9a0

Please sign in to comment.