Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

feature request: add option for increased logging for debugging #541

@cdaringe

Description

@cdaringe

problem

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
  • debug.
    • this is my personal preference, as it's ubiquitous in our community. easy adoption, well known usage pattern

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions