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
I think we should implement additional configuration file for this daemon (in JSON format) and use boost to parse it. Daemon should be started in two modes as a daemon or in a handle mode for debug purpose
Please create a new wiki page for tfw_logger and document mmap_log_buffer_size there (we don't have anything about this option in our wiki). The mmap part must be moved from https://tempesta-tech.com/knowledge-base/Handling-clients/ to the new wiki page.
Now access_log must just accept two options, which can be used together: tfw_logger and dmesg. E.g.
access_log dmesg tfw_logger=/path/to/config.json
See #2421 for the configuration changes: make the transition to the separate JSON configuration and leave the ML configuration part for #2421.
Please also rename utils to log or logger - "utils" is to generic and contains the logging daemon only, which is going to grow in the next few issues.
Describe the issue
I cannot set the configuration value for mmap_log_buffer_size.
Expected Behavior
Tempesta FW starts correctly but currently crashes when the mmap_log_buffer_size configuration parameter is set.
To Reproduce
Add the following line to your Tempesta configuration and start the application:
Configuration file
Version or commit hash
80598c9
Stacktrace or debug log
The text was updated successfully, but these errors were encountered: