We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pid
PID
1 parent 6d94e0d commit 9c4367bCopy full SHA for 9c4367b
src/lavinmq/launcher.cr
@@ -122,7 +122,7 @@ module LavinMQ
122
{% if flag?(:preview_mt) %}
123
Log.info { "Multithreading: #{ENV.fetch("CRYSTAL_WORKERS", "4")} threads" }
124
{% end %}
125
- Log.info { "Pid: #{Process.pid}" }
+ Log.info { "PID: #{Process.pid}" }
126
Log.info { "Config file: #{@config.config_file}" } unless @config.config_file.empty?
127
Log.info { "Data directory: #{@config.data_dir}" }
128
end
0 commit comments