<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>I've noticed that, for stdout logging, the date/time is only sometimes prefixed:<br><br></div></div>- peer logging prepends strftime("%Y-%m-%d %T") unconditionally (and has done so since before time began)<br><br></div><div>while:<br><br></div>- libreswan_log() prepends strftime("%b %e %T: ") when log_with_timestamp<br></div></div></div>- debug logging prepends strftime("%b %e %T: ") when log_with_timestamp<br><br></div>yet:<br><br>- errorno logging does not prepend anything<br>- exit-fatal logging does not prepend anything<br><br></div>I suspect 177c5e96a582f4be159f42292a23a3b36c812253 simply missed these cases?<br><br></div></div>Andrew<br><br></div>