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

missing log info #437

Closed
wlhunt opened this issue May 26, 2015 · 3 comments
Closed

missing log info #437

wlhunt opened this issue May 26, 2015 · 3 comments

Comments

@wlhunt
Copy link
Contributor

wlhunt commented May 26, 2015

user id is occasionally missing from web server log, see example below

127.0.0.1 - joeuser [26/May/2015:11:54:53] "GET /users/- HTTP/1.1" 200 73 "https://slycat-test.sandia.gov/projects" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0"
127.0.0.1 - - [26/May/2015:12:17:07] "GET /projects/5d527638e21b28232799325812345678 HTTP/1.1" 401 1065 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.6.3 (KHTML, like Gecko) Version/8.0.6 Safari/600.6.3"

@tshead2
Copy link
Member

tshead2 commented May 27, 2015

This is expected behavior, the client hasn't logged-in yet, and the server is accurately reporting the information provided by the client.

@tshead2 tshead2 closed this as completed May 27, 2015
@wlhunt
Copy link
Contributor Author

wlhunt commented May 27, 2015

What do you mean "logged-in yet". See full and non-sanitized log event provided in direct email.

@tshead2
Copy link
Member

tshead2 commented May 27, 2015

Fixed typo - hasn't logged-in yet. The client hasn't supplied user credentials, so there is no username to log.

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

2 participants