diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,11 +1,10 @@ | |||
| 1 | # Ukkoclot | 1 | # Ukkoclot |
| 2 | 2 | ||
| 3 | A shitty small telegram bot written in common lisp. | 3 | A shitty small telegram bot written in Common Lisp. |
| 4 | 4 | ||
| 5 | When running in a debuggy environment, consider | 5 | When running in a debuggy environment, consider |
| 6 | ``` common-lisp | 6 | ``` common-lisp |
| 7 | (setf ukkoclot::*in-prod* nil) | 7 | (setf ukkoclot::*in-prod* nil) |
| 8 | (log:config :debug) | ||
| 9 | ``` | 8 | ``` |
| 10 | 9 | ||
| 11 | When connecting via remote SWANK, you might want to run `(log:config :sane2)`. | 10 | When connecting via remote SWANK, you might want to run `(log:config :sane2)`. |