#
logger
Here are 579 public repositories matching this topic...
HTTP request logger middleware for node.js
-
Updated
Nov 2, 2021 - JavaScript
A powerful and customizable logging library for node.js
-
Updated
Feb 2, 2022 - JavaScript
Log HTTP requests/responses separately, visualize their concurrency and report logs/errors in context of a request.
-
Updated
Mar 8, 2018 - JavaScript
Pretty logger for Electron apps
-
Updated
Jan 23, 2021 - JavaScript
An all-in-one JSON logging utility that supports ExpressJS HTTP logging, custom logging, provides multi-format output and an easy to use events API.
logger
express-middleware
logging-library
logger-middleware
json-logging
logger-events
apache-logging
http-logger
-
Updated
Dec 7, 2021 - JavaScript
Log Mobx Actions, Reactions, Transactions and Computations
-
Updated
Feb 11, 2022 - JavaScript
Basic logging mechanism for Node 10+ Lambda Functions
nodejs
metadata
aws
json
lambda
cloud
node
aws-lambda
log
serverless
logger
logging
lambda-functions
cloudwatch
error-handling
apex
error-reporting
lambda-architecture
lambda-log
-
Updated
Mar 29, 2022 - JavaScript
LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers
nodejs
microsoft
windows
linux
agent
pay
mac
monitor
logger
logging
namespace
webapp
log-management
logdna
logdna-account
logdna-ingestion-servers
glob-patterns
logdna-agent
logdna-ingestion-key
-
Updated
Dec 17, 2021 - JavaScript
Versatile JSON Logger
-
Updated
Nov 19, 2021 - JavaScript
alex-marczinek
commented
Nov 23, 2021
Describe the bug
Set the data config to false :
setGlobalConfig({ data: false, });
With version 2.5.0 there was no error thrown when logging requests where the data field contained circular data.
Since version 2.6.0 however the data field will be stringified even though data is set to false:
See 'string-builder.ts':
makeData(data: object) {
const str = typeo
nodejs
console
json
node
log
logger
logging
logs
console-log
pino
node-js
node-logger
pinojs
log-statement
-
Updated
Mar 26, 2022 - JavaScript
A very basic logger for the useReducer function in the React Hooks API.
react
reactjs
logger
logging
logging-library
logger-middleware
reacthooks
react-hooks-api
reducer-logger
-
Updated
Oct 16, 2021 - JavaScript
Open
support file record
tigercosmos
commented
Dec 15, 2017
It should be able to save the log in file
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
Django Log Viewer allows you to read & download log files in the admin page
django
log-viewer
logger
django-admin
django-logging
django-log
django-log-viewer
django-logger
django-admin-log
-
Updated
Feb 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the logger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logger topic, visit your repo's landing page and select "manage topics."
Hi,
Currently we are using a custom transport to handle logs we noticed that pino is also logging to the browser's console.
Is there any way of turning this off in a production environment?
Sorry if this is already answered in the docs I couldn't find it anywhere.