Skip to content

Commit

Permalink
Logging smap method as debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brase committed Jun 22, 2020
1 parent ae008ae commit 115e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/SmapiComposition.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module SmapiCompositions =
let log (ctx:HttpContext) (m:SmapiMethod) =
let j = mkjson m
let logger = ctx.GetLogger()
logger.LogInformation j
logger.LogDebug j
ok m

return result
Expand Down

0 comments on commit 115e180

Please sign in to comment.