test SetFilePath removal
This commit is contained in:
parent
01ed6d2bee
commit
64e4921a96
2
main.go
2
main.go
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user