Logo
Explore Help
Sign In
perso/syncthing-arm
1
0
Fork 0
You've already forked syncthing-arm
Code Issues Pull Requests Releases Wiki Activity
syncthing-arm/files/debug.go

14 lines
210 B
Go
Raw Normal View History

The Great Rewrite (fixes #36, #61, #94, #101) Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
2014-03-28 14:36:57 +01:00
package files
import (
"os"
"strings"
Refactor logging into separate package
2014-05-14 21:08:56 -03:00
"github.com/calmh/syncthing/logger"
The Great Rewrite (fixes #36, #61, #94, #101) Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
2014-03-28 14:36:57 +01:00
)
var (
Refactor logging into separate package
2014-05-14 21:08:56 -03:00
debug = strings.Contains(os.Getenv("STTRACE"), "files") || os.Getenv("STTRACE") == "all"
l = logger.DefaultLogger
The Great Rewrite (fixes #36, #61, #94, #101) Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
2014-03-28 14:36:57 +01:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 137ms Template repo/home: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API