diff options
| author | chrislu <chris.lu@gmail.com> | 2023-08-27 17:50:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-08-27 17:50:59 -0700 |
| commit | 4d6c18d86f07ee35625f207c94539727944a8776 (patch) | |
| tree | 1b2751a3e64451375eb24405f58c37c0acd2f0fa /weed/Makefile | |
| parent | 4eb8e8624d8280d8aa4a227afc06bcacbfe732a7 (diff) | |
| download | seaweedfs-4d6c18d86f07ee35625f207c94539727944a8776.tar.xz seaweedfs-4d6c18d86f07ee35625f207c94539727944a8776.zip | |
pub sub initial tests
Diffstat (limited to 'weed/Makefile')
| -rw-r--r-- | weed/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/Makefile b/weed/Makefile index 356dc4b3e..c84678f97 100644 --- a/weed/Makefile +++ b/weed/Makefile @@ -37,6 +37,10 @@ debug_s3: go build -gcflags="all=-N -l" dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec ./weed -- -v=4 s3 +debug_mq: + go build -gcflags="all=-N -l" + dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec ./weed -- -v=4 mq.broker + debug_filer_copy: go build -gcflags="all=-N -l" dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec ./weed -- -v=4 filer.backup -filer=localhost:8888 -filerProxy -timeAgo=10h |
