Adding some more logging output in logtailer
This commit is contained in:
parent
226a87a55e
commit
8ddf5e30ef
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-18 17:16:01";
|
||||
var dashboard_version = "2021-02-18 21:56:27";
|
||||
|
|
|
@ -360,7 +360,7 @@ def main():
|
|||
tokens = line.split(separator)
|
||||
dmrids[tokens[0]] = tokens[1] + "$" + tokens[2].replace("\r", "").replace("\n", "") + "$"
|
||||
callsigns[tokens[1]] = tokens[2].replace("\r", "").replace("\n", "")
|
||||
|
||||
logging.info("Loaded " + str(len(callsigns)) + " callsigns from " + dmr_id_lookupfile);
|
||||
logging.info("Starting Websocketserver")
|
||||
websocketserver()
|
||||
|
||||
|
|
Loading…
Reference in a new issue