LogLevel = {logging level}
|
Logging level.
If the parameter value is not specified, the DefaultLogLevel parameter value from the [Root] section is used.
Default value:
LogLevel = Notice
|
Log = {log type}
|
Logging method.
Default value:
Log = Auto
|
ExePath = {path to file}
|
Path to the executable file of the component.
Default value:
ExePath = <opt_dir>/bin/drweb-cloudd
•For Linux: ExePath = /opt/drweb.com/bin/drweb-cloudd
•For FreeBSD: ExePath = /usr/local/libexec/drweb.com/bin/drweb-cloudd
•For Solaris: ExePath = /opt/drweb.com/bin/drweb-cloudd
|
RunAsUser = {UID | user name}
|
The parameter determines under which user name the component should be run to access the cloud service. The user name can be specified either as the user’s UID or as the user’s login. If the user name consists of numbers, it is specified with the name: prefix, for example: RunAsUser = name:123456.
If a user name is not specified, the component terminates with an error after the startup.
Default value:
RunAsUser = drweb
|
IdleTimeLimit = {time interval}
|
Maximum time that the component can remain idle. If the specified value is exceeded, the component shuts down.
Minimum value—10s.
Default value:
IdleTimeLimit = 30s
|
PersistentCache = {On | Off}
|
Enable or disable saving the cache of Dr.Web Cloud replies to the disk.
Default value:
PersistentCache = Off
|
DebugSdk = {Boolean}
|
Indicates whether detailed messages from Dr.Web Cloud should be included into the log file on the debug level (LogLevel = DEBUG).
Default value:
DebugSdk = No
|