[TLOG-6] tools.logging does not log to stdout when run from swank-clojure Created: 07/Feb/12 Updated: 07/Feb/12 Resolved: 07/Feb/12 |
|
| Status: | Resolved |
| Project: | tools.logging |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Minor |
| Reporter: | Trevor Bernard | Assignee: | Alexander Taggart |
| Resolution: | Declined | Votes: | 0 |
| Labels: | None | ||
| Environment: |
tools.logging "0.2.3", Mac OS X Lion, emacs 23.4, swank-clojure 1.3.4, slime 20100404 |
||
| Description |
|
Trying to evaluate (info "Hello, World!") doesn't print to stdout when evaluating from within emacs. It works if I `lein run` however. |
| Comments |
| Comment by Trevor Bernard [ 07/Feb/12 8:44 PM ] |
|
It works when I use the inferior-lisp process but not in slime |
| Comment by Alexander Taggart [ 07/Feb/12 9:07 PM ] |
|
Configuring swank/slime to work with wherever your log implementation writes its output is not a tools.logging issue. |