mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
nits logs
This commit is contained in:
@@ -933,7 +933,13 @@ async fn create_script_internal<'c>(
|
||||
}
|
||||
|
||||
let permissioned_as = username_to_permissioned_as(&authed.username);
|
||||
tracing::info!("creating script {hash:?} at path {script_path} on workspace {w_id}");
|
||||
if let Some(parent_hash) = ns.parent_hash {
|
||||
tracing::info!(
|
||||
"creating script {hash:?} at path {script_path} with parent {parent_hash} on workspace {w_id}",
|
||||
);
|
||||
} else {
|
||||
tracing::info!("creating script {hash:?} at path {script_path} on workspace {w_id}",);
|
||||
}
|
||||
if needs_lock_gen {
|
||||
let tag = if ns.dedicated_worker.is_some_and(|x| x) {
|
||||
Some(format!("{}:{}", &w_id, &ns.path,))
|
||||
|
||||
Reference in New Issue
Block a user