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 a logger feature #5

Open
CircleCode opened this issue Oct 30, 2015 · 8 comments
Open

add a logger feature #5

CircleCode opened this issue Oct 30, 2015 · 8 comments
Assignees

Comments

@CircleCode
Copy link

this first need a specification

@Hywan
Copy link
Owner

Hywan commented Nov 1, 2015

You mean: Log format?

Also do we need a client interface to see the logs?

@Jir4
Copy link

Jir4 commented Nov 2, 2015

I think a simple one is needed first, maybe something more complex with why not a search engine after.

@CircleCode
Copy link
Author

I think we should consider this as an extendable feature:
the logger can be extended with several output engines, making it easy to log in a database, or anything else.
The default log engine should be plain text files

Also, the search engine must not be part of the bot, the bot is only responsible of logging, while logs exploitation can be done somewhere else.

@Hywan
Copy link
Owner

Hywan commented Nov 2, 2015

@CircleCode Correct.

Do you know any (IRC) log specification?

@CircleCode
Copy link
Author

@Hywan you're the RFC master, I'd expect you to give some references ;-)

More seriously, for the first run, not sure any specification is required
since we directly output raw text to a file.
BTW, be careful because I suppose any log specification would refer to
system logs rather than archives, and an irc logger is more an irc
archiver than a real logger.

On Mon, Nov 2, 2015 at 9:44 AM, Ivan Enderlin notifications@github.com
wrote:

@CircleCode https://github.com/CircleCode Correct.

Do you know any log specification?


Reply to this email directly or view it on GitHub
#5 (comment).

@Hywan
Copy link
Owner

Hywan commented Nov 2, 2015

If everyone is OK, I would go for weechat logs format.

@CircleCode
Copy link
Author

is there a direct link to the format you are referencing?

@Hywan
Copy link
Owner

Hywan commented Nov 2, 2015

Don't think so.

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

3 participants