[#BloombergLP-ball-AsyncFileObserver-disableStdoutLoggingPrefix] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::disableStdoutLoggingPrefix :relfileprefix: ../../../ :mrdocs: Disable this async file observer from using the long output format when logging to `stdout`. Henceforth, this async file observer will use the default short output format ("n%s %f:%l %c %m %un") when logging to `stdout`. This method has no effect if the long output format for `stdout` logging is not enabled. Note that this method omits the "%d %p:%t " prefix from the default long output format. Also note that this method affects records subsequently received through the `publish` method as well as those that are currently on the queue. == Synopsis Declared in `<ball_asyncfileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disableStdoutLoggingPrefix(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#