ogclient/src
Jose M. Guisado 49038f125a src: improve logging messages
Some users have mistakenly reported tiptorrent problems when the process
takes a long time. Specifically by rebooting or powering off the client
in the middle of the md5sum computation stage, just after the tiptorrent
transfer.

Same problem occurs when image creation command takes a long period of
time.

In order to help the user understand the different stages of commands
such as image creation or image restore using tiptorrent, the following
changes have been made to the current logging solution:

- Add log messages to warn users not to reboot or shut down the client
  during a tiptorrent transfer, and also during the md5sum computation
  stage.

- Add a log message telling the user that the image creation processes
  have started.

- Use logging.exception inside "except:" blocks to print a traceback
  with the log messsage.
  (https://docs.python.org/3/library/logging.html#logging.exception)
2023-08-01 18:26:10 +02:00
..
linux Revert "#1065 linux: add systray icon" 2022-02-03 10:33:37 +01:00
live src: improve logging messages 2023-08-01 18:26:10 +02:00
utils src: improve logging messages 2023-08-01 18:26:10 +02:00
virtual src: improve logging 2022-06-08 10:27:06 +02:00
windows #1065 windows: use shutdown for poweroff and reboot operations 2021-12-10 12:56:50 +01:00
__init__.py ogClient is AGPLv3+ 2021-05-14 00:19:28 +02:00
log.py src: add missing copyright notices 2023-04-18 17:26:40 +02:00
ogClient.py ogclient: add support for X-Sequence header 2023-06-14 14:50:55 +02:00
ogRest.py ogclient: add support for X-Sequence header 2023-06-14 14:50:55 +02:00
restRequest.py rest: add backup parameter 2023-07-06 17:38:32 +02:00