Skip to content

Commit

Permalink
Changed Warning title, added indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Sully committed Feb 28, 2016
1 parent 6ee2d52 commit bb17157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/server/logging-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ This will show when tasks are started.

h:m dd/mm/yyyy INFO: [message]

9:44 26/02/2016 INFO: Aggregate task started
9:44 26/02/2016 INFO: Aggregate task started

#### ISSUE
#### WARNING
This will detail an unexpected event that caused issues but did not stop the performance of the program.

h:m dd/mm/yyyy WARNING: [message]

9:50 26/02/2016 WARNING: No feed data was found at the following url: http://www.nothing.com. id: 579823875032
9:50 26/02/2016 WARNING: No feed data was found at the following url: http://www.nothing.com. id: 579823875032

#### ERROR
This will detail a fault that causes the program to fail.

h:m dd/mm/yyyy ERROR: [message]

9:52 26/02/2016 ERROR: Cannot find any users in feed database.
9:52 26/02/2016 ERROR: Cannot find any users in feed database.

0 comments on commit bb17157

Please sign in to comment.