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
InterLink Slurm Plugin should do the same, in order to not lose the timestamp information.
Currently, the stdout and stderr of a container is written to [container_name].out. Instead, it should be written to [container_name]-log.json
However, currently only bash is expected as prerequisite. This feature might requires python3 and json module.
The text was updated successfully, but these errors were encountered:
Issue:
Currently, to get logs with Timestamps options will make a failure:
unsupported option req.Opts.Timestamps
and no logs are generated.Expected:
Doing
kubectl logs [pod] --since ...
will result in logs honoring the since option.Cause:
To be implemented!!
Proposition of fix:
Docker logs to a JSON file containing
InterLink Slurm Plugin should do the same, in order to not lose the timestamp information.
Currently, the stdout and stderr of a container is written to
[container_name].out
. Instead, it should be written to[container_name]-log.json
However, currently only bash is expected as prerequisite. This feature might requires python3 and json module.
The text was updated successfully, but these errors were encountered: