arggh

Results 45 issues of arggh

While building tang from source (...since `apt install` installed a buggy version 7) and installing it on Ubuntu 20.04, I bumped into some issues: - The systemd service expects a...

At least with Meteor versions 2.6.1 ... 2.8.1 the oplog converter will break with update operations formed/caused by Astronomy. Not exactly an issue of Astronomy, but I thought it might...

I live in a place where it's basically sunny 24 hours a day in the summer and only a few hours of day light during the winter. Would be great...

Thanks for creating this plugin. I found a minor annoyance, though. If I, for some reason, want to use dark theme throughout the day, Light Switch keeps switching back to...

I have ended up customizing my fork of FiLog to have the option to limit the amount of exceptions that are logged by `logger.arm()`, by giving it as an argument...

enhancement
PR welcome

I'm wondering, is it intentional to include app source code in the log messages? ```JSON { "_id": "eLnvfTgZhHDZtLWQ6", "level": 3, "message": "t.target.closest is not a function", "context": { "message_details": {...

question

I have been using FiLog with a custom sender when in development mode, "DevSender", which will log to the console, but only produces one line per log event. This way...

enhancement

MongoDB sender seems to be losing information on the logged error on the way to the database. ### How to reproduce ```js // /server/index.js try { throw new Error('Oops!'); }...

bug

It would be worth mentioning in the _readme_, that the `http` meteor package is a required dependency. Also, I would emphasize the `logger.arm()` and `logger.disarm()` methods, their purpose and effect.

enhancement
PR welcome

### Missing stack trace ### If I catch an error on the client and attempt to log it like so: ``` logger.error('Something wonky happened', { error: e }); ``` Then,...

question