Announcement

Collapse
No announcement yet.

Is there an debug option we can set

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X