grav-learn icon indicating copy to clipboard operation
grav-learn copied to clipboard

close_connection set to true or false for debugging?

Open NicoHood opened this issue 5 years ago • 1 comments
trafficstars

Looking at this page: https://learn.getgrav.org/16/advanced/debugging https://github.com/getgrav/grav-learn/blob/develop/pages/08.advanced/03.debugging/docs.md

debugger:
  enabled: true                        # Enable Grav debugger and following settings
  shutdown:
    close_connection: true             # Close the connection before calling onShutdown(). false for debugging

Why does it say "false for debugging", but the yaml setting is set to true? Should the get fixed or is the doc just confusing?

NicoHood avatar Oct 22 '20 14:10 NicoHood

I was wondering what it means, too. The comment is from the main configuration file.

mahagr avatar Oct 23 '20 06:10 mahagr