I have Phidgets22NetworkServer running on a Pi3 with Jessie. I am trying to turn off all unnecessary logging messages, but despite copying and pasting the log settings from the support website I still have the following entry everytime I connect. Can you advise what I'm doing wrong please:
From the logfile
INFO [_phidget22usb][2017-11-08T15:24:15]:Using Control Endpoint for Host->Device communication.
INFO [_phidget22usb][2017-11-08T15:24:16]:
My phidget22networkserver.pc lives in /etc/phidgets, and the logfile name agrees with what I set in the config file
from phidget22networkserver.pc
phidget {
enabled: true
logging {
level: warn
file: '/var/log/phidgetserver.log'
maxfiles: 3
maxsize: 512000
}
network {
keepalive: 0
ipv4 {
port: 5661
}
}
source {
phidget22net {
level: info
}
_phidget22usb {
level: error
}
_phidget22match {
level: error
}
_phidget22channel {
level: error
}
_phidget22bridge {
level: error
}
_phidget22disp {
level: error
}
}