Closed whatyoubendoing closed 10 years ago
I agree about the fact that running 2 applications from the same directory is a problem.
But not yet decided about where to put files. On one hand, I think it's good to be able to simply run tail -f
from the server directory and on the other hand, it would unclutter the working directory too.
If others have opinions about it, I'm interested.
I think @b3njamin's Suggestion is good. Maybe just have a "katon log" command you could run from the current directory that would automatically tail -f the app file from the shared log dir?
Thanks for the feedback, working on it :)
just saw this. currently running katon
on master and i llke it.
It's now published ;) in v0.7.0
Logging should be moved to
~/.katon/logs/APP_NAME.log
. Currently the logging clutters up the working directory also makes it difficult to run 2 katon applications from the same directory.