
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
logmeup-stdio
Advanced tools
logmeup-stdio is a program that you can use to pipe your standard out to LogMeUp. You can view any log file or standard output real-time in your browser!
npm install logmeup-stdio
Generate a logmeup.json config file first:
from the console:
$> logmeup-stdio --genconfig
host: (Enter your LogMeUp installation ip address/hostname)
port: (LogMeUp port, typically 7070)
collection: (your collection name)
app: (your app name)
Generate "logmeup.json" in current directory?
(type 'y' or 'yes' and press [ENTER] twice)
then from the console:
$> yourapp | logmeup-stdio
even pipe other applications log data real-time:
$> tail -f /var/log/mongodb.log | logmeup-stdio
$> tail -f /var/log/apache.log | logmeup-stdio
then watch your log data real-time in your web browser:
http://yourlogmeupserver.com:7070/:COLLECTION/:APP/
(MIT) See [License][license] for more details.
Copyright (c) 2012 JP Richardson
FAQs
Pipe all of your apps standard output to LogMeUp.
We found that logmeup-stdio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.