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

Add better server and client logging (for development) #32

Closed
GentlemanHal opened this issue Dec 8, 2014 · 1 comment
Closed

Add better server and client logging (for development) #32

GentlemanHal opened this issue Dec 8, 2014 · 1 comment
Assignees
Labels
for developers Changes that make development easier
Milestone

Comments

@GentlemanHal
Copy link
Member

Currently the server doesn't really log anything so it's difficult to know what's going on.

For example issue #30 happened while the server was running in 'monitor mode' but I didn't know if it was happening intermittently on some calls or on every call and my internet was just being slow (which may have been part of the cause).

We should have an access log for every endpoint at least.

What is the best way to log? Just using clojure tools logging?

@GentlemanHal GentlemanHal added improvement Changes that improve an existing feature for developers Changes that make development easier labels Dec 8, 2014
@joejag
Copy link
Contributor

joejag commented Dec 8, 2014

Sysout as the appender, following the 12 factor app principles: http://12factor.net/logs

Unsure about the library side of things. Perhaps we don't need one? No problem including one, perhaps there is one in our inheritance tree already

@GentlemanHal GentlemanHal removed the improvement Changes that improve an existing feature label Dec 19, 2014
@GentlemanHal GentlemanHal self-assigned this Jan 20, 2015
@GentlemanHal GentlemanHal added this to the v0.4.0 milestone Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for developers Changes that make development easier
Projects
None yet
Development

No branches or pull requests

2 participants