Skip to content
arnisjuraga edited this page Jun 19, 2019 · 38 revisions

Welcome to the copona wiki!

Roadtour, Plans, TODO

Debugging

  • Add debug config values:
DEBUG_SQL=false <<-- logs for MySQL selects in storage/private/logs/ directory.
DEBUG_MODE=false <<-- true - will set Whoops and debug functions output
DEBUG_ALLOW_IP=[1.2.3.4,2001:cdba:0000:0000:0000:0000:3257:9652] <<-- override DEBUG_MODE for `pr()` and `prd()`
  • then use of pr() and prd() functions.
  • watch for webserver logs and storage/private/logs/

API