mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(http): log invalid login attempts (#587)
This commit is contained in:
parent
0c04c669c7
commit
e6c48a5228
5 changed files with 35 additions and 10 deletions
|
@ -114,6 +114,7 @@ func main() {
|
|||
|
||||
go func() {
|
||||
httpServer := http.NewServer(
|
||||
log,
|
||||
cfg.Config,
|
||||
serverEvents,
|
||||
db,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue