You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
I have a variety of hits against my gkk instance, many of which I expected to result in a merge. I would like to configure my instance to get loud in the handler s.t. I can more easily diagnose why the merge was omitted/failed. the server logs as they stand do not yield (or allow to yield) any diagnostic information.
discussion
in either route, more logging points would need to be inserted into the handler and maybe some of the utilities consumed by the handler?
there are a few options:
enable configuring hapi logging levels, ideally from the ENV s.t. it works w/ the reference instance
trouble w/ this approach is that one must pass the logger around, perhaps into places where it may be awkward
problem
I have a variety of hits against my
gkkinstance, many of which I expected to result in a merge. I would like to configure my instance to get loud in the handler s.t. I can more easily diagnose why the merge was omitted/failed. the server logs as they stand do not yield (or allow to yield) any diagnostic information.discussion
in either route, more logging points would need to be inserted into the handler and maybe some of the utilities consumed by the handler?
there are a few options: