<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.emailquote, li.emailquote, div.emailquote
        {mso-style-name:emailquote;
        mso-style-priority:99;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:1.0pt;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>><span lang="en-US"><font style="font-family: Times New Roman, serif, serif, "EmojiFont";" size="3" face="Times New Roman,serif"><span style="font-size:12pt;"><font style="font-family: Calibri, sans-serif, serif, "EmojiFont";" size="2" face="Calibri,sans-serif" color="#1F497D"><span style="font-size:11pt;"> 
 I have a whole yaml file for logging, which is mostly taken verbatim from Paul’s example.  I get tons of logged events – starting circuits, starting datalinks, nodes up, areas up, routers >discovered, etc.  It doesn’t seem like it’s changed with this release. 
 You might try that.</span></font></span></font></span></p>
<p><span lang="en-US"><font style="font-family: Times New Roman, serif, serif, "EmojiFont";" size="3" face="Times New Roman,serif"><span style="font-size:12pt;"><font style="font-family: Calibri, sans-serif, serif, "EmojiFont";" size="2" face="Calibri,sans-serif" color="#1F497D"><span style="font-size:11pt;"><br>
</span></font></span></font></span></p>
<p>ok so you got me curious about this and i worked it out. i'm not using any of the yaml/json config files for logging, so the default logging goes to the console.</p>
<p>by adding "logging console" to the config i get all the events as expected into my log file as specified on the startup command line.</p>
<p><br>
</p>
<p>but i have one query for paul:</p>
<p><br>
</p>
<p>is it valid to have both "logging monitor" and the "logging console" enabled together in the configuration file?</p>
<p><br>
</p>
<p>i want to make sure that i'm pushing data to your sink-node and that by enabling "logging console" i'm not reverting/overriding that part of the config.</p>
<p><br>
</p>
<p>otherwise i need to implement this other logging config.<br>
</p>
<p><br>
</p>
<p>cheers, Wiz!!<br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> owner-hecnet@Update.UU.SE <owner-hecnet@Update.UU.SE> on behalf of Robert Armstrong <bob@jfcl.com><br>
<b>Sent:</b> Monday, 17 August 2020 11:18:27 AM<br>
<b>To:</b> hecnet@Update.UU.SE<br>
<b>Subject:</b> RE: [HECnet] HECnet mapper -- request to backbone node operators</font>
<div> </div>
</div>
<div>
<div class="WordSection1">
<div id="divtagdefaultwrapper">
<p><span style="color:#1F497D">></span><span style="color:black">i've never had any line in my config in relation to debug or informational logs
</span><span style="color:#1F497D">–</span><span style="color:black"> </span><span style="color:#1F497D"><o:p></o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">></span><span style="color:black">just the log file definition on the daemon startup script.</span><span style="color:#1F497D"><o:p></o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">  I have a whole yaml file for logging, which is mostly taken verbatim from Paul’s example.  I get tons of logged events – starting circuits, starting datalinks, nodes up, areas
 up, routers discovered, etc.  It doesn’t seem like it’s changed with this release.  You might try that.<o:p></o:p></span></p>
<p><span style="color:#1F497D"><o:p> </o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">  For example, an hour ago I just got<o:p></o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">2020-08-16 17:06:07.775: A2RTR: Event type 4.7, Circuit down, circuit fault<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">  From node 2.1023 (A2RTR), occurred 16-Aug-2020 17:06:07.775<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">  Circuit = MUL-35<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    Reason = Circuit synchronization lost<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    Adjacent node = 35.1023 (A35RTR)<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">2020-08-16 17:06:28.432: A2RTR: Event type 4.10, Circuit up<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">  From node 2.1023 (A2RTR), occurred 16-Aug-2020 17:06:28.432<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">  Circuit = MUL-35<o:p></o:p></span></p>
<p style="margin-left:.5in"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    Adjacent node = 35.1023 (A35RTR)<o:p></o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Bob<o:p></o:p></span></p>
<p><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
</div>
<div>
<div>
<div id="x_divtagdefaultwrapper">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>