Logger: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
David (talk | contribs)
Created page with 'The logs created in asterisk do not include the year in the date. To change this so year is included edit the following file.<br> '''/etc/asterisk/logger.conf'''<br> change from…'
 
David (talk | contribs)
No edit summary
 
Line 7: Line 7:
to
to
<pre>
<pre>
dateformat=%F %T %Z
dateformat=%F %T
</pre>
</pre>


[[Category : Asterisk]]
[[Category : Asterisk]]

Latest revision as of 23:20, 12 March 2014

The logs created in asterisk do not include the year in the date. To change this so year is included edit the following file.
/etc/asterisk/logger.conf
change from:

;dateformat=%F %T

to

dateformat=%F %T