• Clayton Coleman's avatar
    Do not log "event already exists" errors · aee73d67
    Clayton Coleman authored
    When the server rejects an event because it has already been created, log it
    at a very high level (debug) instead of the default level. Duplicate events
    typically only occur due to programmer error or failure conditions, so they
    can safely be ignored in production environments.
    aee73d67
Name
Last commit
Last update
..
doc.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
events_cache.go Loading commit data...
events_cache_test.go Loading commit data...
fake.go Loading commit data...