feat: with debug
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-05 23:04:37 +02:00
parent 8b080f2f43
commit 5cac7d1c88
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -26,6 +26,8 @@ impl CuddleFileExt for RustService {
.with_bin_name(&cuddle_file.vars.service)
.with_deployment(false);
tracing::trace!("with cuddle file: {:?}", &cuddle_file);
if let Some(components) = &cuddle_file.components {
s = if let Some(database) = &components.database {
match database {