<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 28, 2018 at 1:10 PM, Jonathan H <span dir="ltr"><<a href="mailto:lardconcepts@gmail.com" target="_blank">lardconcepts@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've not needed to do a dialplan reload for a while, so I don't know<br>
exactly which version is stopped working, but on 15.5, I'm not seeing<br>
ANY debug info at any debug level.<br>
So I'm not really sure how to find mistakes in the dialplan.  This is<br>
all I get... how do I enable this debug mode to see the previous<br>
behaviour? Thanks<br>
<br>
asterisk -rvvvvvddddd<br>
(enters console)<br>
dialplan reload<br>
Dialplan reloaded.<br>
[...]<br>
    -- pbx_config successfully loaded 125 contexts (enable debug for details).<br></blockquote><div><br></div><div>Many of those messages now go out as DEBUG level 1 messages.  You would</div><div>need to enable those to go out to your console in logger.conf if they aren't enabled.</div><div>Or you need to look at one of the logging files (like full) that has debug messages</div><div>routed to it.<br></div><div><br></div><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27084">https://issues.asterisk.org/jira/browse/ASTERISK-27084</a> is the issue that did that</div><div class="gmail_quote">which went out in v15.3.0 and is mentioned in the CHANGES file:</div><div class="gmail_quote"><br></div><div class="gmail_quote">Core<br>------------------<br> * During dialplan reload log messages are produced for each context,<br>   extension and include.  These messages are no longer printed by the<br>   verbose loggers, they are now only logged as debug messages.<br><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Richard<br></div></div></div>