We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d88c8e commit b0425acCopy full SHA for b0425ac
grails-app/init/grails/plugin/inertia/Bootstrap.groovy
@@ -61,11 +61,11 @@ class BootStrap {
61
}
62
63
ssrProcess = new ProcessBuilder().inheritIO().command('node', bundle).start()
64
- log.debug 'SSR process started with pid: ' + ssrProcess.pid()
+ log.debug 'SSR process started'
65
66
67
void stopSSR() {
68
- log.debug 'Stopping SSR process with pid: ' + ssrProcess?.pid()
+ log.debug 'Stopping SSR process'
69
ssrProcess?.destroy()
70
71
0 commit comments