Announcement

Collapse
No announcement yet.

Changing log file entry's

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing log file entry's

    Hi,

    The IM works nice with homeseer, but i get tons of :

    MsnClient PingAnswer() event. Timeout=41
    MsnClient PingAnswer() event. Timeout=47

    These kind of messages, what is it trying to do here? Everything is working nicely, but these messages fill up my log darn fast, which makes it harder to read the one that matter.

    Is there a way to turn it of?

    Regards,
    Eric

    #2
    Yes just turn debug off in the web configuration interface.

    Or

    change the following in Config/hspi_im.ini and restart the plugin.

    [Settings]
    Debug=False


    This is a normal debug message occuring each time the plugin pings the MSN server. The MSN server replies with a number of second before next ping that shows on the debug log entry. The plugin has to ping the MSN Server again before this delay has expired. Otherwise, the MSN Server might close the connection.
    Last edited by stipus; March 9, 2007, 06:32 AM.
    --
    stipus

    Comment


      #3
      Ah merci, thanks for the quick reply.

      Comment

      Working...
      X