Skip to content

Commit 79e8477

Browse files
committed
BUG/MINOR: logging: write access log to proper destination
1 parent 532d1e2 commit 79e8477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure_data_plane.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func configureAPI(api *operations.DataPlaneAPI) http.Handler {
673673
return opts
674674
}(cfg.Syslog))
675675

676-
accLogger := log.New()
676+
accLogger := log.StandardLogger()
677677
configureLogging(accLogger, cfg.Logging, func(opts dataplaneapi_config.SyslogOptions) dataplaneapi_config.SyslogOptions {
678678
opts.SyslogMsgID = "accesslog"
679679
return opts

0 commit comments

Comments
 (0)