aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-10-06 13:41:13 +0200
committerPer Larsson <[email protected]>2021-10-06 13:41:13 +0200
commit44ba4f381e0d5bb370dde0b82e308b1230d9a67d (patch)
tree72df670a72deb9cbe645a35395d8823e519c64b3 /zenserver/config.h
parentclang-format (diff)
downloadzen-44ba4f381e0d5bb370dde0b82e308b1230d9a67d.tar.xz
zen-44ba4f381e0d5bb370dde0b82e308b1230d9a67d.zip
Added option to specify path to logfile.
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index ec6d7340a..405e22739 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -18,6 +18,7 @@ struct ZenServerOptions
std::string LogId; // Id for tagging log output
std::filesystem::path DataDir; // Root directory for state (used for testing)
std::filesystem::path ContentDir; // Root directory for serving frontend content (experimental)
+ std::filesystem::path AbsLogFile;
};
struct ZenUpstreamJupiterConfig