Module: kamailio
Branch: master
Commit: 1dabcc6c863a3f2da5834b0a9773ffb744c6d62e
URL: 
https://github.com/kamailio/kamailio/commit/1dabcc6c863a3f2da5834b0a9773ffb744c6d62e

Author: Kamailio Dev <kamailio....@kamailio.org>
Committer: Kamailio Dev <kamailio....@kamailio.org>
Date: 2025-01-28T18:11:49+01:00

modules: readme files regenerated - file_out ... [skip ci]

---

Modified: src/modules/file_out/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/1dabcc6c863a3f2da5834b0a9773ffb744c6d62e.diff
Patch: 
https://github.com/kamailio/kamailio/commit/1dabcc6c863a3f2da5834b0a9773ffb744c6d62e.patch

---

diff --git a/src/modules/file_out/README b/src/modules/file_out/README
index 88a49eed0c2..89ca58147c1 100644
--- a/src/modules/file_out/README
+++ b/src/modules/file_out/README
@@ -103,18 +103,19 @@ Chapter 1. Admin Guide
 
    Absolute path to the folder where log files should be saved.
 
-   Default value is ???/var/log/kamailio/file_out/???.
+   Default value is ???/var/log/kamailio/file_out???.
 
    Example 1.1. Set base_folder parameter
 ...
-modparam("file_out", "base_folder", "/tmp/file_out/")
+modparam("file_out", "base_folder", "/tmp/file_out") # trailing slash will be 
ad
+ded.
 ...
 
 3.2.  file (string)
 
    The definition of a file and its properties. The value of the parameter
    may have the following format:
-     * "name=accounting;extension=.out;interval=20"
+     * "name=accounting;extension=.out;interval=20;prefix=accounting:"
 
    The parameter can be set multiple times to define more files in same
    configuration file.
@@ -124,6 +125,8 @@ modparam("file_out", "base_folder", "/tmp/file_out/")
        Default value is ???.out???.
      * interval (Optional) - the interval in seconds of the file rotation
        Default value is ???600??? (10min).
+     * prefix (Optional) - the prefix for log messages
+       Default value is ???""??? (empty string).
 
    Example 1.2. Set file parameter
 ...

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to