Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:comet:ini-file [2017/08/28 04:19] levhav |
en:comet:ini-file [2019/12/18 02:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <rst>EN::004-Administration::005-Configuring the comet.ini file</rst> | <rst>EN::004-Administration::005-Configuring the comet.ini file</rst> | ||
| + | <rst>Header: file comet.ini</rst> | ||
| ====== Configuring the comet.ini file ====== | ====== Configuring the comet.ini file ====== | ||
| Line 9: | Line 10: | ||
| ====== Section [main] ====== | ====== Section [main] ====== | ||
| - | Password for access from cometQL | + | Password for access from cometQL, this parameter is synonym for dev_key from saas version. |
| <code>password = 0000000000000000000000000000000000000000000000000000000000000000</code> | <code>password = 0000000000000000000000000000000000000000000000000000000000000000</code> | ||
| Line 32: | Line 33: | ||
| In the comet server, there is a mechanism to collect usage statistics and send them to the developer server (For what and what data is sent, see http://statistics.comet-server.ru/api/statistics ) | In the comet server, there is a mechanism to collect usage statistics and send them to the developer server (For what and what data is sent, see http://statistics.comet-server.ru/api/statistics ) | ||
| - | To disable sending statistics, set the value to 0 | + | To disable sending statistics, set the value to false |
| - | <code>interval = 24</code> | + | <code>allow = true</code> |
| ====== Section [db] ====== | ====== Section [db] ====== | ||
| Line 81: | Line 82: | ||
| ====== Section [log] ====== | ====== Section [log] ====== | ||
| Setting the Logging Level The higher the number the more logs are added. | Setting the Logging Level The higher the number the more logs are added. | ||
| - | * 0 - do not output | + | |
| - | * 100 - Critical Errors | + | * 0 - do not output |
| - | * 200 errors | + | * 100 - Critical Errors |
| - | * 300 - Warnings | + | * 200 errors |
| - | * 400 - log | + | * 300 - Warnings |
| - | * 500 - debugging mode | + | * 400 - log |
| + | * 500 - debugging mode | ||
| The parameter sets the maximum level of logging common for all subsystems | The parameter sets the maximum level of logging common for all subsystems | ||