Logging level = "error" but syslog still gets info

I attempted to.suppress info level messages by setting level =“error” but info messages are still generated. What else do I need to do? (thanks)

Example message:

daemon.info influxd[332]: [httpd] 127.0.0.1 - ruuvi [27/Oct/2018:00:08:55 -0400] “POST /write?consistency=one&db=ruuvi&p=%5BREDACTED%5D&precision=n&rp=autogen&u=ruuvi HTTP/1.1” 204 0 “-” “okhttp/3.8.1” 055d49b4-d99e-11e8-86b7-000000000000 5261335

Following are all non-comment lines from /etc/influxdb/influxdb.conf

[data]
dir = “/var/lib/influxdb/data2”
wal-dir = “/var/lib/influxdb/wal”
wal-fsync-delay = “5s”
query-log-enabled = false
[coordinator]
write-timeout = “8s”
query-timeout = “2s”
[retention]
[shard-precreation]
[monitor]
[http]
[ifql]
[logging]
level = “error”
[subscriber]
[[graphite]]
[[collectd]]
[[opentsdb]]
[[udp]]
[continuous_queries]
[meta]
dir = “/var/lib/influxdb/meta”