diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-26 02:20:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-26 02:20:40 +0700 |
| commit | 9ba27374eea99b31d6d5b47c6358133c781e0a89 (patch) | |
| tree | ff871439ac0481cad32441ac382d773efdfed38f /httpd.go | |
| parent | b7be49987ff0dc15868acf9ded769830cc157c64 (diff) | |
| download | rescached-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
