Skip to content

command: Fix segfault with command stats

Patrick Steinhardt requested to merge pks-log-command-stats-fix-segfault into master

This fixes a segfault caused by a nil-pointer exception, two races causing ctxlogrus panics as well as the LogCommandStats feature flag missing from the list of all our feature flags. This would hopefully make the feature work in production now, at least I didn't find any further issues when running our tests with the feature flag being removed.

Fixes #3280 (closed)

Merge request reports