test SetFilePath removal

This commit is contained in:
shoopea 2020-02-05 11:39:11 +08:00
parent 01ed6d2bee
commit 64e4921a96

View File

@ -59,7 +59,7 @@ func main() {
fmt.Printf("MQSend on %s.\n", cfg.Rabbit.SendQueue) fmt.Printf("MQSend on %s.\n", cfg.Rabbit.SendQueue)
tdlib.SetLogVerbosityLevel(1) tdlib.SetLogVerbosityLevel(1)
tdlib.SetFilePath("./errors.txt") //tdlib.SetFilePath("./errors.txt")
// Create new instance of client // Create new instance of client
sysv := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH) sysv := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)