Loggly plugin for Kong does not log "2xx requests

Hi,
I am using the latest version of Loggly plugin for Kong version 2.4.1 to stream logs directly to my loggly account. The problem is that the plugin streams only 4xx nad 5xx requests, here is the config:

plugins:

  • name: loggly
    config:
    key: xxxxxxxxxxxxxxxxxxxxxxxx
    log_level: debug
    However when I switch the streaming to local log file, it log all requests, including all 2xx.

For apparent bugs in the proxy code (including official plugins) you’ll want to submit a bug at Issues · Kong/kong · GitHub