aboutsummaryrefslogtreecommitdiff
path: root/httpd.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-26 02:20:40 +0700
committerShulhan <ms@kilabit.info>2026-01-26 02:20:40 +0700
commit9ba27374eea99b31d6d5b47c6358133c781e0a89 (patch)
treeff871439ac0481cad32441ac382d773efdfed38f /httpd.go
parentb7be49987ff0dc15868acf9ded769830cc157c64 (diff)
downloadrescached-9ba27374eea99b31d6d5b47c6358133c781e0a89.tar.xz
all: remove prefix "rescached:" on logging
Adding those prefix make the log context redundant in journald.
Diffstat (limited to 'httpd.go')
-rw-r--r--httpd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.go b/httpd.go
index a313893..0274fc5 100644
--- a/httpd.go
+++ b/httpd.go
@@ -307,7 +307,7 @@ func (srv *Server) httpdRun() {
}
}()
- log.Printf("=== rescached: httpd listening at %s", srv.env.WUIListen)
+ log.Printf(`httpd listening at %s`, srv.env.WUIListen)
err := srv.httpd.Start()
if err != nil {