From a1bd9795486e0415149c732ae0aa778112aec555 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 15 Sep 2022 09:41:19 +0100 Subject: [PATCH] Link to logging section - Relates #527 --- spring-shell-docs/src/main/asciidoc/getting-started.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-shell-docs/src/main/asciidoc/getting-started.adoc b/spring-shell-docs/src/main/asciidoc/getting-started.adoc index bb39f3c7..9e9b7eaf 100644 --- a/spring-shell-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-shell-docs/src/main/asciidoc/getting-started.adoc @@ -92,6 +92,9 @@ include::code/getting-started-run-noninteractive.out[] ---- ==== +TIP: Check out <> making logging to work +better with shell apps. + [[using-spring-shell-your-first-command]] === Your First Command