We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e568b9 commit 0332f1fCopy full SHA for 0332f1f
lib/action.ml
@@ -247,12 +247,12 @@ module Action (Github_api : Api.Github) (Slack_api : Api.Slack) = struct
247
match%lwt State.save ctx.state path with
248
| Ok () -> Lwt.return_unit
249
| Error msg ->
250
- log#error "%s" msg;
+ log#warn "failed to save state file %s : %s" path msg;
251
Lwt.return_unit)
252
in
253
Lwt.return_some user_id
254
255
+ log#warn "failed to query slack auth.test : %s" msg;
256
Lwt.return_none
257
258
let process link =
0 commit comments