diff options
| author | Liam Mitchell <[email protected]> | 2026-02-11 18:08:07 -0800 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2026-02-11 18:08:07 -0800 |
| commit | 7455abd9e0121116fc002029d709a7cf410b4195 (patch) | |
| tree | 70491fe475fa578dfb539e93e399b4f080762553 /src/zenserver-test/zenserver-test.cpp | |
| parent | reduce lock time for project store gc precache and gc validate (#750) (diff) | |
| download | zen-7455abd9e0121116fc002029d709a7cf410b4195.tar.xz zen-7455abd9e0121116fc002029d709a7cf410b4195.zip | |
Restrict content-type on POST requests to compact binary or JSON
Diffstat (limited to 'src/zenserver-test/zenserver-test.cpp')
| -rw-r--r-- | src/zenserver-test/zenserver-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver-test/zenserver-test.cpp b/src/zenserver-test/zenserver-test.cpp index 9a42bb73d..61ce4cd17 100644 --- a/src/zenserver-test/zenserver-test.cpp +++ b/src/zenserver-test/zenserver-test.cpp @@ -86,7 +86,7 @@ main(int argc, char** argv) zen::logging::InitializeLogging(); - zen::logging::SetLogLevel(zen::logging::level::Debug); + // zen::logging::SetLogLevel(zen::logging::level::Debug); spdlog::set_formatter(std::make_unique<zen::logging::full_test_formatter>("test", std::chrono::system_clock::now())); std::filesystem::path ProgramBaseDir = GetRunningExecutablePath().parent_path(); |