aula icon indicating copy to clipboard operation
aula copied to clipboard

logging

Open fisx opened this issue 8 years ago • 8 comments

we do very little logging and monitoring for a production system. things to consider:

  • log more stuff, in more actions.
  • https://hackage.haskell.org/package/ekg

fisx avatar Jul 25 '16 14:07 fisx

(erm, is this a duplicate? didn't check...)

fisx avatar Jul 25 '16 14:07 fisx

I like the ekg approach. Similar approach was described in the pragmatic programmer book. I like the log approach too. I suggest equip the log messages with the session id. This trick makes the user event tracking, debugging far more easier.

andorp avatar Jul 25 '16 17:07 andorp

Minimum requirement: a separate server should ping this one every 41 seconds and send an sms as soon as it's not reachable.

fisx avatar Jul 27 '16 07:07 fisx

(https://hackage.haskell.org/package/messente-0.1.0.1/docs/Messente.html)

fisx avatar Jul 27 '16 08:07 fisx

or https://www.pagerduty.com/pricing/

fisx avatar Jul 27 '16 16:07 fisx

First we need to add more log entries about user behavior.

andorp avatar Jul 31 '16 10:07 andorp

also: https://github.com/MichaelXavier/vigilance/pull/1

fisx avatar Aug 01 '16 06:08 fisx

Check if the visited page information is rendered on DEBUG level.

andorp avatar Aug 09 '16 11:08 andorp