CC-4661: Listener Statistics
-ability to gather stats without admin password
This commit is contained in:
parent
4218a7f30d
commit
bb8f5e107c
2 changed files with 13 additions and 15 deletions
|
@ -210,7 +210,7 @@ if __name__ == '__main__':
|
|||
recorder.daemon = True
|
||||
recorder.start()
|
||||
|
||||
stat = ListenerStat()
|
||||
stat = ListenerStat(config)
|
||||
stat.daemon = True
|
||||
stat.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue