fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

/stats result is too verbose #34

Closed denismakogon closed 6 years ago

denismakogon commented 6 years ago

Result from /stats polluting UI logs. Need to define different log levels and mute results from /stats by default

nigeldeakin commented 6 years ago

By "logs" do you mean lines like the following (generated every second) or something else?

GET http://localhost:8080/stats, params:  {}
GET http://localhost:8080/stats, params:  {}
GET http://localhost:8080/stats, params:  {}
GET http://localhost:8080/stats, params:  {}
GET http://localhost:8080/stats, params:  {}
GET http://localhost:8080/stats, params:  {}
denismakogon commented 6 years ago

Yes, indeed.

nigeldeakin commented 6 years ago

Now fixed in that PR.