You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when checkpointing goes wrong, there is a message to inspect the dump.log file. However, the path to the file is not programmatically available, ie. in the dump below, the State field does not have CheckpointLog set.
my request is to set the CheckpointLog field, or even better, make the checkpoint log contents available as a return value of the checkpoint operation, eg. by inserting it into entities.CheckpointReport or provide a --log option.
Have you considered any alternatives?
alternative: the log is generated in filepath.Join(inspect.StaticDir, "dump.log")
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Feature request description
when checkpointing goes wrong, there is a message to inspect the dump.log file. However, the path to the file is not programmatically available, ie. in the dump below, the
State
field does not haveCheckpointLog
set.Suggest potential solution
my request is to set the CheckpointLog field, or even better, make the checkpoint log contents available as a return value of the checkpoint operation, eg. by inserting it into
entities.CheckpointReport
or provide a--log
option.Have you considered any alternatives?
alternative: the log is generated in
filepath.Join(inspect.StaticDir, "dump.log")
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: