About validation layer

Hello,
Can validation layer itself output any messages to console window
without VK_EXT_debug_utils extension?

What I found is, while working on Sascha’s dynamic rendering tutotorial,

when debug mode, I need debug utils extension to get error or warning messages
but when release mode, I don’t need debug utils extension, and the behavior has relation with vulkan configurator setting

Thanks