Commit 09f29dc
committed
client: Use logger rather than console prints
Currently the REST implementation uses print() for logging rather than
the module's logger, logging every submission. Convert this to a debug
log via the standard python logging framework.
Signed-off-by: Mark Brown <broonie@kernel.org>1 parent f077b0c commit 09f29dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments