Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ajstacy06
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ajstacy06
2y ago
Yes, that dependency was there by mistake and has been moved to devDependencies in 2.0.11
2.
▲
by
ajstacy06
2y ago
It is actually also a config option that can be passed to the setup function. Many of the modifiers actually just change the config value under the hood. All production formatters have timestamps by default, only pretty does not so it shoul
3.
▲
by
ajstacy06
2y ago
Puns for the win
4.
▲
by
ajstacy06
2y ago
Thanks for the feedback!
5.
▲
by
ajstacy06
2y ago
You can install 2.0.11 for the fix now!
6.
▲
by
ajstacy06
2y ago
It appears I had that mistakenly in the dependencies instead of devDependencies. I'm correcting it now and will release a patch. Thanks for the heads up!
7.
▲
by
ajstacy06
2y ago
Also, on the topic of timestamps, some of the formatters do have them on by default. The pretty formatter which is mostly for dev does not because its not as necessary. I hope that helps explain that decision :) As for emoji's, they ar
8.
▲
by
ajstacy06
2y ago
They may or may not break on Deno or Bun, but most will not work in the browser or if they do they are severely limited in functionality. This library was actually born out of my frustration with trying to generate logs and transport them f
9.
▲
by
ajstacy06
2y ago
First of all, if that's all you need then by all means, keep doing that. If you need any of the following, maybe consider a library: - First-class TypeScript support (not bolted-on) - Wraps and extends the entire standard API - A conve
10.
▲
by
ajstacy06
2y ago
Right now daily file rotation is supported via the @adze/transport-file plugin. Plugins can be made using simple middleware hooks for any of your needs. I'm working on adding more right now for other services like Cloudwatch Logs,
11.
▲
by
ajstacy06
2y ago
It's universal meaning it works in the web browser and the backend without any configuration. All other loggers work in one or the other, or if they work in both the functionality is severely limited. Winston and Bunyan only work serve
12.
▲
Show HN: Universal Logger for Node, Deno, Bun, Browser
(adzejs.com)
51 points
by
ajstacy06
2y ago
|
24 comments
13.
▲
Universal TS Logging (SSR, Bun, Deno)
(adzejs.com)
1 points
by
ajstacy06
2y ago
|
1 comments
14.
▲
by
ajstacy06
2y ago
Hey everyone, I had posted about my project https://adzejs.com a couple of years ago and it was met with a lot of interest, so I'm writing about the major v2 update that's just been released to see if anyone is interes
15.
▲
by
ajstacy06
3y ago
Didn't realize adze().log() was overly complicated. If your use case is that basic then that's literally all the code you need from Adze to do your task. It also does alert, error, warn, info, success, fail, debug, and verbose out
16.
▲
by
ajstacy06
3y ago
Yes, I need to refocus the homepage content to show the parts that are better. I think I need to separate the API reference from the Getting Started guide (it's kind of mixed).
17.
▲
by
ajstacy06
3y ago
Ya, so when it comes to logging in the frontend, most folks just build an app and throw it out there, but when Joe/Suzy experience a bug, the frontend folks have no idea what it is. Console is really only useful before production. Idea
18.
▲
by
ajstacy06
3y ago
Ya, I need to be more considerate of demo'ing on mobile. I had wrongly assumed developers would look at libraries from machines they are working on.
19.
▲
by
ajstacy06
3y ago
Thanks for the feedback! It appears a home page redesign is in the works :)
20.
▲
by
ajstacy06
3y ago
Good point. I should make it more clear what advantages it has over other libraries. The main one you likely won't find great support in other libraries is node and browser. Most only do one or the other.
21.
▲
by
ajstacy06
3y ago
That's a great point. I've been thinking about making an interactive widget playground for the library.
22.
▲
Help I have a JavaScript Lib that blows away competition but nobody knows of it
(adzejs.com)
25 points
by
ajstacy06
3y ago
|
25 comments
23.
▲
by
ajstacy06
3y ago
Hey friends, I have written an open source JS lib named Adze that I believe blows away all of the competition. It is a logging library that runs natively in both the browser and node without any special considerations. It also offers every
24.
▲
by
ajstacy06
5y ago
Official documentation can be found here: https://adzejs.com Hey everyone, I recently released version 1.1 of Adze, a library that solves a lot of the pain points of handling logs in multiple environments and logging with modula