Add ability to enable / disable access log.

In high frequency environments it can be a little bit noisy.
This commit is contained in:
2023-10-09 08:41:05 +01:00
parent b89053c015
commit 743eed7f71
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ type config struct {
PortGraphQL int
PortMonitoring int
HostGraphQL string
AccessLog bool
}
Client struct {