Module: kamailio Branch: master Commit: 4c144ac1ad40008b5bd9396aa18d7630145b4c4c URL: https://github.com/kamailio/kamailio/commit/4c144ac1ad40008b5bd9396aa18d7630...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2024-02-01T19:22:53Z
file_out: small doc adaptions
---
Modified: src/modules/file_out/doc/file_out_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4c144ac1ad40008b5bd9396aa18d7630... Patch: https://github.com/kamailio/kamailio/commit/4c144ac1ad40008b5bd9396aa18d7630...
---
diff --git a/src/modules/file_out/doc/file_out_admin.xml b/src/modules/file_out/doc/file_out_admin.xml index ed6b18268d0..a701156ccba 100644 --- a/src/modules/file_out/doc/file_out_admin.xml +++ b/src/modules/file_out/doc/file_out_admin.xml @@ -17,15 +17,15 @@ <section> <title>Overview</title> <para> - This is a simple module to support fast streaming output to file name - and handle that changes on an interval. It implements only one function - that streams a chunk of text to the current output file handle. + This is a small module to support fast streaming output to files + and process this changes depending on an interval. It implements only one + function that streams a chunk of text to the current output file handle. </para> <para> The module can be used to write logs for up to 10 different log files. Each log file can be configured to have a different name and extension. - String can contain pseudo-variables. The module will replace the - pseudo-variables with the actual values. The module will also rotate + The processed string can contain pseudo-variables. The module will replace + the pseudo-variables with the actual values. The module will also rotate the log files at a specified interval. The interval is specified in seconds. </para> </section>