Skip to content

Commit

Permalink
EranMes on behalf of EmmaSoderberg: Update wire protocol to reflect c…
Browse files Browse the repository at this point in the history
…hange of log level from number to string.

r17600
  • Loading branch information
eranmes committed Jul 30, 2012
1 parent 5040787 commit acb7472
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,10 +1651,25 @@ def main():
|| *Key* || *Type* || *Description* ||
|| timestamp || number || The timestamp of the entry. ||
|| level || number || The log level of the entry. ||
|| level || string || The log level of the entry, for example, "INFO" (see [#Log_Levels log levels]). ||
|| message || string || The log message. ||
</dd>
<dt>
==== Log Levels ====
</dt>
<dd>
Log levels in order, with finest level on top and coarsest level at the bottom.
|| *Level* || *Description* ||
|| ALL || All log messages. Used for fetching of logs and configuration of logging. ||
|| DEBUG || Messages for debugging. ||
|| INFO || Messages with user information. ||
|| WARNING || Messages corresponding to non-critical problems. ||
|| SEVERE || Messages corresponding to critical errors. ||
|| OFF || No log messages. Used for configuration of logging. ||
</dd>
<dt>
=== Proxy JSON Object ===
</dt>
Expand Down

0 comments on commit acb7472

Please sign in to comment.