Skip to content

Commit e897e33

Browse files
committed
Log docker command
1 parent 9a95028 commit e897e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendrift_leeway_webgui/leeway/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run_leeway_simulation(request_id):
5959
"--id",
6060
str(simulation.uuid),
6161
]
62-
62+
logger.warn(" ".join(params))
6363
with subprocess.Popen(
6464
params, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True
6565
) as sim_proc:

0 commit comments

Comments
 (0)