Show Menu
Cheatography

Relaymed Logging Levels Cheat Sheet (DRAFT) by

Logging levels for developers

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Fatal

Top level unhandled exceptions
Errors­/ex­cep­tions that require manual interv­ention

Errors

Exceptions that is wrong for this user or part of workflow, but doesn't affect other users/­pages
If you don't know for sure, log as fatal

Warnings

Something might be going wrong
Unusual user behaviour
Repeated attempts to login to same account

Info

Entry points for methods
EHR down
Other inform­ation showing flow through applic­ation

Debug

Parameters for methods calls
Effect­ively watch values for a variable (i.e. log content of relevant variable)