Added optional millisecond precision to logfiles and created the changelog document.

This commit is contained in:
Markus Makela
2015-02-24 18:10:16 +02:00
parent b4fa4cc1c1
commit ad49c5f402
7 changed files with 106 additions and 9 deletions

View File

@ -1219,6 +1219,10 @@ int i;
{
gateway.pollsleep = atoi(value);
}
else if (strcmp(name, "ms_timestamp") == 0)
{
skygw_set_highp(atoi(value));
}
else
{
for (i = 0; lognames[i].logname; i++)