syncthing/cmd/syncthing
Jakob Borg 24275b4584
cmd/syncthing: Use main logger in generate subcommand (fixes #8682) (#8685)
We had some unholy mix of our own logger and the stdlib logger, probably
because for historical reasons we wanted the device ID to stdout and the
rest to stderr? But that's not the case any more, and the mix of formats
is weird. Ideally I think the generate command should be silent and just
print the device ID and nothing else, but that's tricky to accomplish
since we have other methods do logging on their own. Hence this just
harmonizes it so that we at least use the same logger with the same
format and target...
2022-11-20 13:48:08 +01:00
..
cli cmd/syncthing: Fix incorrect cli help text (#8557) 2022-09-26 22:52:33 +01:00
cmdutil cmd/syncthing: Add --skip-port-probing (fixes #8090) (#8099) 2022-01-07 11:19:17 +01:00
decrypt cmd/syncthing: Apply file permissions and modtimes when decrypting (#8412) 2022-07-04 10:57:45 +02:00
generate cmd/syncthing: Use main logger in generate subcommand (fixes #8682) (#8685) 2022-11-20 13:48:08 +01:00
.gitignore Repair model tests 2014-03-30 21:59:40 +02:00
.stfolder Merge remote-tracking branch 'syncthing/pr/1577' 2015-04-06 20:53:32 +02:00
blockprof.go cmd/syncthing: Refactor command line parsing (#7330) 2021-02-10 20:35:37 +01:00
crash_reporting.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
crash_reporting_test.go lib/ur: Implement crash (panic) reporting (fixes #959) (#5702) 2019-06-11 08:19:11 +02:00
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
heapprof.go cmd/syncthing: Refactor command line parsing (#7330) 2021-02-10 20:35:37 +01:00
main.go cmd/syncthing: Use main logger in generate subcommand (fixes #8682) (#8685) 2022-11-20 13:48:08 +01:00
monitor.go all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
monitor_test.go all: use T.TempDir to create temporary test directory (#8280) 2022-04-15 07:44:06 +04:00
openurl_unix.go all: Add build constants for runtime.GOOS comparisons (#8442) 2022-07-28 19:36:39 +02:00
openurl_windows.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
perfstats_unix.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
perfstats_unsupported.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
traceback.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00