Documentation
¶
Overview ¶
Package loginitex provides external process-based log capture functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableExternalLogWrap ¶
func DisableExternalLogWrap()
DisableExternalLogWrap stops the external log capture process and restores original file descriptors
func EnableExternalLogWrap ¶
func EnableExternalLogWrap(appRunId string, config ds.LogProcessorConfig, isDev bool) error
EnableExternalLogWrap redirects stdout and stderr to an external outrig capturelogs process appRunId is the unique identifier for the application run config specifies which streams to wrap (stdout/stderr) isDev specifies whether to run the process in development mode
func IsExternalLogWrapActive ¶
func IsExternalLogWrapActive() bool
IsExternalLogWrapActive returns whether external log wrapping is currently active
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.