Feat/usage stats collection (#317)

* feat: implement anonymous usage data collection

Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
This commit is contained in:
Leonardo Dias
2021-06-20 19:26:35 -03:00
committed by GitHub
parent b25335acbd
commit 1c9b2572ae
23 changed files with 613 additions and 17 deletions
+1
View File
@@ -7,5 +7,6 @@
public string LoggingLevel { get; set; }
public string TaskBackup { get; set; }
public int Port { get; set; }
public bool AllowStatCollection { get; set; }
}
}