diff options
| author | Liam Mitchell <[email protected]> | 2026-02-19 16:26:18 -0800 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2026-02-19 16:26:18 -0800 |
| commit | ecebb4f3775e6d1ed42f97d7d4a1fe5954663695 (patch) | |
| tree | 1ba1d04406e08b372b0008b63eb55b4cf2fe2195 | |
| parent | Restrict content-type on POST requests to compact binary or JSON (diff) | |
| download | zen-lm/restrict-content-type.tar.xz zen-lm/restrict-content-type.zip | |
Restore debug logging in zenserver testslm/restrict-content-type
| -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 61ce4cd17..9a42bb73d 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(); |