feat: pretty print
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:06:51 +02:00
parent 5cac7d1c88
commit 62d54ce56f
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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