Skip to content

Commit

Permalink
Improve tampering log.Info alert
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 7, 2019
1 parent fc66637 commit 1a4f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (s *Server) Start() error {
}()

if s.tamperingServer != nil {
log.Info(">>>>>>>>>>>>>>>>>>> FIXME: Tampering is enabled! Do not run this in production!")
log.Info(">>>>>>>>>>>>>>>>>>> Tampering is enabled! DO NOT RUN THIS IN PRODUCTION! <<<<<<<<<<<<<<<<<<<")
go func() {
log.Debug(" * Starting tampering HTTP server in addr: localhost:8081")
if err := s.tamperingServer.ListenAndServe(); err != http.ErrServerClosed {
Expand Down

0 comments on commit 1a4f1b9

Please sign in to comment.