Skip to content

Commit

Permalink
πŸ”„ Sync from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojo-machine[bot] committed Jul 9, 2024
1 parent fc42dc5 commit eb6abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsonclient/jsonclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (c *Client) Do(ctx context.Context, method, path string, params url.Values,
// DoWithHeaders executes an HTTP request against the configured server with custom headers.
func (c *Client) DoWithHeaders(ctx context.Context, method, path string, headers http.Header, params url.Values, src, dst any) error {
if strings.Contains(c.Host, "community") {
mlog.Debug(ctx, merr.New(ctx, "discourse_api_log", merr.M{
mlog.Info(ctx, merr.New(ctx, "discourse_api_log", merr.M{
"method": method,
"path": path,
"params": params,
Expand Down

0 comments on commit eb6abea

Please sign in to comment.