Is there an debug option we can set

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iconberg
    Senior Member
    • Oct 2015
    • 103

    Is there an debug option we can set

    Hello,

    is there an debug option to set so espocrm show running calls/sql while working with it?

    Sincerly
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    you can set DEBUG mode in logger in data/config.php.
    But not all queries will be logged.
    You can add in application/Espo/ORM/DB/Query/Base.php 263 line the row for add more queries, but the log will be overflown $GLOBALS['log']->debug($sql);

    Comment

    Working...