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
I'm running my import in a kubernetes job so I dump my google takeout into an NFS share and not worry about local storage space, my workstation going to sleep, etc.
Everything works great except there isn't any output to the console. Is there a way to pipe everything that goes to the log file to the console instead? It seem like that should be the default when --no-ui is passed to the command.
I used the Dockerfile from #306 and pushed to my own github repo for the image. And kick off a k8s job like so:
I'm running my import in a kubernetes job so I dump my google takeout into an NFS share and not worry about local storage space, my workstation going to sleep, etc.
Everything works great except there isn't any output to the console. Is there a way to pipe everything that goes to the log file to the console instead? It seem like that should be the default when
--no-ui
is passed to the command.I used the Dockerfile from #306 and pushed to my own github repo for the image. And kick off a k8s job like so:
The text was updated successfully, but these errors were encountered: