Skip to content

Commit

Permalink
removed logging of object type
Browse files Browse the repository at this point in the history
  • Loading branch information
lapponiandevil committed Feb 9, 2018
1 parent 89068ac commit 7f09151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logibit.Hawk/Bewit.fs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let authenticate (s: Settings<'TPrincipal>) (req: QueryRequest)
let nowWithOffset = s.clock.GetCurrentInstant() + s.localClockOffset // before computing

s.logger.verbose (fun level ->
{ value = Event "Authenticate Bewit for {uri}"
{ value = Event "Authenticate Bewit"
level = level
name = "Logibit.Hawk.Bewit.authenticate".Split('.')
fields =
Expand Down

0 comments on commit 7f09151

Please sign in to comment.