Send your logs from any application via HTTP, view them in real-time and search in full-text — all from a web interface shared with your team.
const winston = require('winston');
const logger = winston.createLogger({
level: 'info',
format: winston.format.json(),
transports: [
new winston.transports.Http({
host: 'cloudlogger.fr',
port: 443,
ssl: true,
path: '/containers/logs/:containerID',
}),
new winston.transports.Console(),
],
});
// Envoyez vos logs — c'est tout.
logger.info('Utilisateur connecté');
logger.error('Paiement échoué', { userId: 42 });
A tool designed for developers who want visibility without complexity.
Compatible with Winston, Pino, and any HTTP client. Create a container, copy the URL, send your first logs.
Invite colleagues to your organization. Everyone sees the same logs, at the same time, without friction.
Find any log instantly by keywords. No more SSH or grep in scattered files.
Isolate your logs by application, environment or service. Each container has its own dedicated HTTP endpoint.
Filtrez visuellement par niveau : info, warning, error. Identifiez les incidents en un coup d'œil.
A simple JSON POST is enough. No proprietary SDK, no extra dependencies. Works from any language.
No infrastructure to manage. No complex configuration.
Sign up for free. An organization is automatically created for your team.
Name it after your app. Copy the generated endpoint URL.
Configure Winston or make a simple JSON POST. Your logs appear immediately in the dashboard.
Start for free, scale up when you need it.
"On a remplacé notre setup ELK surdimensionné par CloudLogger. Pour nos besoins, c'est infiniment plus simple et ça fait exactement le job."
"La recherche full-text est un gain de temps énorme. Avant je faisais du SSH à minuit pour lire des fichiers de logs. Maintenant c'est 2 clics."
"Enfin un outil de logs que je peux partager avec toute l'équipe sans avoir à expliquer comment ça fonctionne. L'interface est claire et directe."
Create your account, configure your first container and send your first log — in under 5 minutes.