Add support for writing logs to file.
Features:
- Let admin decide to log to file using a boolean value in the config
- Allow admin to select what to log. E.g. only rate limited events, all events that are blocked, etc. This should be configurable in the application config.
Logs should contain request IP, user pubkey, event id, event kind, etc.