Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log: Ignore null connections (fast connect/close) #18

Open
ggrandes opened this issue May 15, 2023 · 0 comments
Open

Log: Ignore null connections (fast connect/close) #18

ggrandes opened this issue May 15, 2023 · 0 comments
Assignees

Comments

@ggrandes
Copy link
Owner

The typical ELB health-checks:

2023-05-15 18:27:48,047 INFO org.javastack.sftpserver.ServiceLogger session created(@10.x.x.xx:37118)
2023-05-15 18:27:48,047 INFO org.javastack.sftpserver.ServiceLogger session closed(@10.x.x.xx:37118)
2023-05-15 18:27:48,063 INFO org.javastack.sftpserver.ServiceLogger session created(@10.x.x.xx:37114)
2023-05-15 18:27:48,063 INFO org.javastack.sftpserver.ServiceLogger session closed(@10.x.x.xx:37114)
2023-05-15 18:27:48,548 INFO org.javastack.sftpserver.ServiceLogger session created(@10.x.x.xx:9088)
2023-05-15 18:27:48,548 INFO org.javastack.sftpserver.ServiceLogger session closed(@10.x.x.xx:9088)
...and many many more

@ggrandes ggrandes self-assigned this May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant