Code review comment for lp:~allenap/maas/make-debug-logs-prettier--bug-1633696

Revision history for this message
Gavin Panella (allenap) wrote :

A log line like:

  2017-03-26 07:38:47 twisted.python.log: [info] ::ffff:192.168.1.3 - - [26/Mar/2017:06:38:46 +0000] "GET /MAAS/rpc/ HTTP/1.0" 200 208 "-" "provisioningserver.rpc.clusterservice.ClusterClientService"

will instead be:

  2017-03-26 07:38:47 regiond: [info] ::ffff:192.168.1.3 - - [26/Mar/2017:06:38:46 +0000] "GET /MAAS/rpc/ HTTP/1.0" 200 208 "-" "provisioningserver.rpc.clusterservice.ClusterClientService"

I am also, separately, making this log overall a bit shorter.

« Back to merge proposal