Showing 48 open source projects for "it log"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 1
    morgan

    morgan

    HTTP request logger middleware for node.js

    ...Create a new morgan logger middleware function using the given format and options. The format argument may be a string of a predefined name, a string of a format string, or a function that will produce a log entry. The format function will be called with three arguments tokens, req, and res, where tokens is an object with all defined tokens, req is the HTTP request and res is the HTTP response. The function is expected to return a string that will be the log line, or undefined / null to skip logging. Write log line on request instead of response. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    PM2

    PM2

    Node.js Production Process Manager with a built-in Load Balancer

    PM2 (Process Manager 2) is a production process manager with its own built-in load-balancer for Node.js applications. If you want battle-hardened Node.js applications that can be monitored and kept alive forever, PM2 is the way to go. PM2 lets you manage, maintain and increase Node.js performance. It is constantly assailed by over 1800 tests so you can deliver high quality applications, and deploy confidently and more often. PM2 is cross-platform and arguably the most widely-used...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    MongoDB NodeJS Driver

    MongoDB NodeJS Driver

    The MongoDB Node.js driver

    The MongoDB Node.js driver allows Node.js applications to connect to MongoDB and work with data. The driver features an asynchronous API which allows you to interact with MongoDB using Promises or via traditional callbacks. Whether you are new to MongoDB or you just want to brush up on the core concepts, you can check out the Fundamentals section which features material on using the Node.js driver. The connection URI is the set of instructions that the driver uses to connect to a MongoDB...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    winston

    winston

    A logger for just about everything

    ...For example, one may want error logs to be stored in a persistent remote location (like a database), but all logs output to the console or a local file. Winston aims to decouple parts of the logging process to make it more flexible and extensible. Attention is given to supporting flexibility in log formatting (see: Formats) & levels (see: Using custom logging levels), and ensuring those APIs decoupled from the implementation of transport logging (i.e. how the logs are stored / indexed, see: Adding Custom Transports) to the API that they exposed to the programmer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Consola

    Consola

    Elegant Console Logger for Node.js and Browser

    ...By default FancyReporter is registered for modern terminals or BasicReporter will be used if running in limited environments such as CIs. A reporter (class or object) exposes log(logObj) method. To get more info about how to write your own reporter, take a look at the linked implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    mxOwl is a mail server analysis tool. It consists of information gatherers and a web frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jsTerm

    jsTerm

    Terminal for serial ports and TCP / UDP connections with JavaScript

    The cross-platform VT100 terminal emulator for serial ports and TCP / UDP connections has a simple, uncluttered interface that can be extended with JavaScript.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    JobScheduler

    JobScheduler

    JobScheduler workload automation to execute jobs and workflows

    JS7 JobScheduler runs executables, scripts and database procedures and can be operated with e.g. MySQL, PostgreSQL, SQL Server, Oracle databases. JS7 JobScheduler provides workflow patterns such as sequential and parallel task execution, forking, synchronization, cross-platform scheduling, job load sharing, fail-over and a real REST API. JS7 includes the components: * JOC Cockpit (user interface for inventory management and control) * Controller (orchestration of Agents) * Agents:...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 9
    WRN Cleaner

    WRN Cleaner

    Free maintenance tool to automatically clean Windows machines

    A maintenance tool that can automatically or manually clean up your Windows machine in a simple and reliable way. It is designed specifically for Windows machines only. The motivation behind this project is to clean up Windows machines in an automated way with pre-configured optimization techniques. Download the repository and look for "wrn_cleaner-vX.X.X.bat" file and open it and run as administrator. All you have to do is to follow the on-screen instructions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 10
    DropYet

    DropYet

    It's the simple cloud.

    With DropYet you can manage your personal files in the easiest way. And it's not that bad looking. :) Enjoy the security, simplicity and beauty of DropYet. Upload, rename and delete files. The simpliest manager of files and folders. Furthermore, there are more features like securely sharing files, password encryption and encrypted file detection. Setting it up is easier than ever before. Just try DropYet. Currently working on MORE features for you. Now with Dark...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    WebSystem

    WebSystem

    The best CMS system

    The WebSystem is a technology that aims to unify the solutions for the Internet in a single program, making the management of information simple and fast. The WebSystem introduces several features that help site owners the most important tasks for remote management of content and information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    passport-facebook

    passport-facebook

    Facebook authentication strategy for Passport and Node.js.

    passport-facebook is a Passport strategy for authenticating users with their Facebook credentials using the OAuth 2.0 protocol, enabling Node.js applications to let visitors log in with their Facebook account easily. It manages the redirection to Facebook’s login page, the authorization code exchange, and the retrieval of basic profile information, reducing the boilerplate developers would otherwise write to integrate with Facebook’s API manually. When used with Express and Passport, the strategy triggers redirects and callback handling automatically based on configured routes, so developers can focus on application logic like user onboarding and account linkage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package will...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    babel-upgrade

    babel-upgrade

    A tool for upgrading Babel versions

    A tool that tries to automatically update most dependencies, config files, and JavaScript files that require Babel packages directly to Babel 7 (and more in the future). Log when replacing out preset-es2015,16,17, latest as FYI. Figure out how to change nested .babelrcs into using "overrides" instead. Monorepo support. Modify other config files as we go. Add to the upgrade guide which parts are autofixable and the command (if we care enough to make this individually runnable too infrastructure-wise). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Logger for Redux

    Logger for Redux

    Logger for Redux

    ...LogRocket is a production Redux logging tool that lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen or asking users for screenshots and log dumps, LogRocket lets you replay Redux actions + state, network requests, console logs, and see a video of what the user saw. Transform action before print. Eg. convert an Immutable object to plain JSON. Transform state before print. Eg. convert an Immutable object to plain JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Documentor

    Windows Script Application with UI for Simple Documentation Generation

    Using a version of Windows 2000 or later and requiring no add-ons or additional software components, you can document your Active Directory domain as quickly as the information can be gathered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    sysPass

    sysPass

    A PHP web based password manager for SysAdmins

    ...Claves encriptadas con una clave maestra, acceso basado en grupos y perfiles, subida de archivos, integración con LDAP/Active Directory, auditoría de eventos y más... Detalles de instalación y log de cambios en Wiki Wiki: http://wiki.syspass.org DEMO: http://demo.syspass.org ------------------------------------------------------------- sysPass is the a modern web based password manager to run in a multiuser environment for business and personal use Accounts passwords are encrypted with a unique master password, group/profile based access, file uploading, LDAP/Active Directory integration, auditing and more.... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HyperVM

    HyperVM

    HyperVM Virtual Machine Hosting Panel

    ...HyperVM also comes integrated with Kloxo hosting control panel which means that, using HyperVM, the provider can deploy a full fledged web hosting system out-of-the-box, HyperVM is tightly integrated with Kloxo, and all Kloxo functions can be accessed from HyperVM without needing to log into Kloxo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LogSearcher

    Log Management Web Application

    Log Searcher provided full indexed search engine for log files on each servers. It supported many powerful query types such as phrase queries, wildcard queries, proximity queries, range queries and more with Lucene and Solr technology. It comes with Web interface to search and generate chart accordingly. This project is Open Source project with Apache 2.0 license for allowing you to extra development on top of Log Searcher project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Wap Auto Index Advance

    Wap Auto Index Advance

    Auto Index wap is Advance of Download Portal (Multi Language)

    Djamolwap 13v -Advance Auto Index With Web Admin Panel + Multi Language + Themes ||||||||||||||||||||||||||||||||||||| New Updates ||||||||||||||||||||||||||||||||||||| - Multi Language Website 1) English 2) Urdu 3) Gujrati 4) Russian - User/Visitor manual change language website - Multi Language Plugin On/Off - Added Function in Admin Panel - Automatic All Mp3 Tag Setting Added _____________________________________________ Official Website : http://ai.djamol.com Demo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TaskManager

    TaskManager

    TaskManager manages calculation jobs in a computer cluster environment

    ...The hosts are embedded in a Unix environment and the user's home directories are mounted on each host. The hosts may have different numbers of CPUs/cores and different kernels. Keep in mind that a user is able to log into each host and calculate on it. However, he should use the TaskManager to submit calculation jobs to the cluster to avoid an overload of the hosts. Jobs which are under the control of the TaskManager are executed on a host of the computer cluster with the rights of the respective user to ensure that the executing jobs have the permission to access the user's files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phpPMS

    phpPMS

    Passwords Management System. Web based password manager for business..

    ...Claves encriptadas con una clave maestra, acceso basado en grupos y roles, subida de archivos, integración con LDAP, auditoría de eventos y más... Detalles de instalación y log de cambios en Wiki DEMO: htttp://demo.syspass.org WIKI: http://wiki.syspass.org ------------------------------------------------------------- phpPMS is now sysPass... http://sourceforge.net/projects/syspass/ PHP web based Passwords Management System for business and personal use. Accounts passwords are encripted with a unique master password, group/role based access, file uploading, LDAP integration, auditing and more.... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    jsvnstat

    web front-end for vnstat

    (Deprecated for vnstat 2.0+, because of the removal of the --dumpdb feature) jsvnstat is a web frontend for vnstat. It is largely based on javascript, so you can easily switch views without reloading the entire page. The graph is interactive, just hover over a datapoint to see what I'm talking about. Requires: vnstat 1.x, PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Not just another electronic medical record. Web Based Open source, uses pdfs,tifs. Allows users to log in and view medical records by requesting access - the owner of the repository grants access to view online, email, or print PDFA. Windows, Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Web KeePass Password Safe
    Web AND Mobile (Apple iPhone) based, multi user, java port of the KeePass project. A free, easy to use password manager which helps you to manage your passwords in a secure way. Focused on deep encryption and ease of use.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB