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

Version updated #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Version updated #1

wants to merge 6 commits into from

Conversation

techtribe
Copy link

Updated to align with Awssum 0.10.x and AWS SimpleDB endpoint

Joey van Dijk added 2 commits September 19, 2012 14:50
Updated to align with Awssum 0.10.x and AWS SimpleDB endpoint
as a default function when a certain log level has been provided to
filter for example only errors into SimpleDB
@techtribe
Copy link
Author

Maybe I missed out on an approach that this shouldn't work, but this module is still referenced on the Winston-page so therefore I wanted to make sure that new people (like me ;)) can use the examples.

Btw. does the package.json need to be updated with awssum 0.10.x?

:D

@techtribe
Copy link
Author

sorry for spamming you, but apparantly things are mixed up. msg & date are switched, so

names : ['level','inserted','msg','meta'],
values : [level,(new Date()).toISOString(),msg,'']

is correct and not my approach.

I also wondered if auto-adding meta-properties as columns would help?

if ( meta ) {
for(var m in meta){
attributes.names.push(m);
attributes.values.push(meta[m]);
}
}

Apparantly 2 commits were not added to this pull-request, so therefore I wanted to mention this above. Sorry :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant