Date
1 - 3 of 3
err-hb_bridge
Bob kc2cwt
got this err below wen starting
root@hblink:~/HBlink# python HB_Bridge.py load config file config.file Traceback (most recent call last): File "HB_Bridge.py", line 192, in <module> logger = hb_log.config_logging(CONFIG['LOGGER']) File "/root/HBlink/hb_log.py", line 90, in config_logging 'propagate': True, File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig dictConfigClass(config).configure() File "/usr/lib/python2.7/logging/config.py", line 576, in configure '%r: %s' % (name, e)) ValueError: Unable to configure handler 'file': [Errno 21] Is a directory: '/var/log/HBlink/HBlink.log' root@hblink:~/HBlink# -- Bob KC2CWT kc2cwt@kc2cwt.net (914)497-5502
|
|
JJ Cummings
looks like it's telling you that '/var/log/HBlink/HBlink.log` is a directory and not a file... rmdir /var/log/HBlink/HBlink.log touch var/log/HBlink/HBlink.log
On Mon, Dec 4, 2017 at 11:44 AM, Bob kc2cwt <kc2cwt@...> wrote: got this err below wen starting
|
|
Bob kc2cwt
Thanks , that is what it was . I missed that On 12/04/2017 01:46 PM, JJ Cummings
wrote:
-- Bob KC2CWT kc2cwt@... (914)497-5502
|
|