summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/segget.conf')
-rw-r--r--segget/segget.conf81
1 files changed, 77 insertions, 4 deletions
diff --git a/segget/segget.conf b/segget/segget.conf
index 8e41fec..4cac4a3 100644
--- a/segget/segget.conf
+++ b/segget/segget.conf
@@ -214,11 +214,11 @@ provide_proxy_fetcher_port=3130
# network7_priority=0
# network8_priority=0
# network9_priority=0
-network0_priority=0
+network0_priority=10
network1_priority=0
network2_priority=0
network3_priority=0
-network4_priority=7
+network4_priority=0
network5_priority=0
network6_priority=0
network7_priority=0
@@ -259,12 +259,32 @@ ui_ip=127.0.0.1
# ui_port=9999
ui_port=9999
+[request_server]
+# request application adds distfiles to segget daemon queue by establishing tcp connection
+# with segget daemon (request_server part of it).
+
+# REQUEST_IP
+# Define an ip address segget will use to provide access for tuiclients.
+# The parameter should be a string holding your host dotted IP address.
+# Default:
+# request_ip=127.0.0.1
+request_ip=127.0.0.1
+
+# REQUEST_PORT
+# Define a port segget will use to provide access for tuiclients.
+# The parameter should be an integer.
+# Minimum value: 1
+# Maximum value: 65535
+# Default:
+# request_port=10000
+request_port=10000
+
[logs]
# LOGS_DIR
# Define a dir to store log files.
# Default:
# logs_dir=./logs
-logs_dir=./logs
+logs_dir=/home/mona/idfetcha/logs
# GENERAL_LOG_FILE
# Define a file name to store general log.
@@ -273,6 +293,43 @@ logs_dir=./logs
# general_log_file=segget.log
general_log_file=segget.log
+# GENERAL_LOG_TIME_FORMAT
+# Set time format for general log as a string containing any combination of
+# regular characters and special format specifiers. These format specifiers are
+# replaced by the function to the corresponding values to represent the time
+# specified in timeptr. They all begin with a percentage (%) sign, and are:
+# %a Abbreviated weekday name [For example: Thu]
+# %A Full weekday name [For example: Thursday]
+# %b Abbreviated month name [For example: Aug]
+# %B Full month name [For example: August]
+# %c Date and time representation [For example: Thu Aug 23 14:55:02 2001]
+# %d Day of the month (01-31) [For example: 23]
+# %H Hour in 24h format (00-23) [For example: 14]
+# %I Hour in 12h format (01-12) [For example: 02]
+# %j Day of the year (001-366) [For example: 235]
+# %m Month as a decimal number (01-12) [For example: 08]
+# %M Minute (00-59) [For example: 55]
+# %p AM or PM designation [For example: PM]
+# %S Second (00-61) [For example: 02]
+# %U Week number with the first Sunday
+# as the first day of week one (00-53) [For example: 33]
+# %w Weekday as a decimal number with
+# Sunday as 0 (0-6) [For example: 4]
+# %W Week number with the first Monday as
+# the first day of week one (00-53) [For example: 34]
+# %x Date representation [For example: 08/23/01]
+# %X Time representation [For example: 14:55:02]
+# %y Year, last two digits (00-99) [For example: 01]
+# %Y Year [For example: 2001]
+# %Z Timezone name or abbreviation [For example: CDT]
+# %% A % sign [For example: %]
+#
+# For instace general_log_time_format=Time: %m/%d %X
+#
+# Default:
+# general_log_time_format=%m/%d %X
+general_log_time_format=%m/%d %X
+
# ERROR_LOG_FILE
# Define a file name to store error log.
# Set to none to disable loggin.
@@ -280,9 +337,25 @@ general_log_file=segget.log
# error_log_file=segget.log
error_log_file=error.log
+# ERROR_LOG_TIME_FORMAT
+# Set time format for error log as a string containing any combination of
+# regular characters and special format specifiers. See GENERAL_LOG_TIME_FORMAT
+# for details on format specifiers.
+# Default:
+# error_log_time_format=%m/%d %X
+error_log_time_format=%m/%d %X
+
# DEBUG_LOG_FILE
# Define a file name to store debug log.
# Set to none to disable loggin.
# Default:
# debug_log_file=segget.log
-debug_log_file=debug.log \ No newline at end of file
+debug_log_file=debug.log
+
+# DEBUG_LOG_TIME_FORMAT
+# Set time format for debug log as a string containing any combination of
+# regular characters and special format specifiers. See GENERAL_LOG_TIME_FORMAT
+# for details on format specifiers.
+# Default:
+# debug_log_time_format=%m/%d %X
+debug_log_time_format=%m/%d %X \ No newline at end of file