You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluent Bit v3.2.0 exits immediately after starting with no error messages in PowerShell, even with increased verbosity (-vv). Tested on Windows. If build without defining a static config it works all ok.
To Reproduce: cmake .. -G "Visual Studio 17 2022" -A x64 -DFLB_STATIC_CONF=C:/Users/marko/Documents/GitHub/fluent-bit/confdir/ cmake --build . --config Release
Screenshot
This is the config (only for testing):
[SERVICE]
log_level debug
Log_File C:/Users/marko/Documents/GitHub/fluent-bit/logs/fluent-bit-debug.log
[INPUT]
Name cpu
Tag cpu_metrics
[OUTPUT]
Name stdout
Match *
The build process runs ok and I get a new exe file every time. However, there are only problems with starting if I built the exe with a static config.
The text was updated successfully, but these errors were encountered:
Bug Report
Fluent Bit v3.2.0 exits immediately after starting with no error messages in PowerShell, even with increased verbosity (-vv). Tested on Windows. If build without defining a static config it works all ok.
To Reproduce:
cmake .. -G "Visual Studio 17 2022" -A x64 -DFLB_STATIC_CONF=C:/Users/marko/Documents/GitHub/fluent-bit/confdir/
cmake --build . --config Release
Screenshot
This is the config (only for testing):
The build process runs ok and I get a new exe file every time. However, there are only problems with starting if I built the exe with a static config.
The text was updated successfully, but these errors were encountered: