Make Your Value Stream Visible Through Structured Logging

Looking at software development before the cloud revolution, using logging frameworks was kind of common. They supported the dev in formatting the logs, buffering them and sending them to the correct sink such as Elasticsearch. With the rise of cloud platforms applications tended to get smaller units and direct integrations of cloud applications into observability or log archive platforms is now possible with a few lines of configuration. It's time to review if using logging frameworks pays off or a simple 'console.log' and forward the application/function output to some provider such as datadog will do the job.

Direct Comparison

Let's have a view on usual requirements a developer has on the logging facility. Loggers should be available everywhere in the code, either you want to log specific infos deep in the code stack or log unhandled exceptions on the top entry point. As a log message might not be specific enough to understand the context in which it was written, you will enrich it with additional metadata describing a current snapshot of the context. This leads to the next point: once you want to serialize full objects you need to take care of removing sensitive information like tokens. It is up to you deciding how useful it is to log the whole object. Once you are working in a system under load, there will be a high volume of log messages produced, so the key essence of logging is the search-ability and filterability of messages afterwards.

Console.log

export const loggerFactory = (moduleName: string, meta: Record = {}): Logger => {
  const correlationId = uuidv4();
  const metaState = {
    correlationId,
    ...meta,
  };
  const child = logger.child({
    moduleName,
    ...metaState,
  });
  return new LoggerImpl(child, metaState);
};
Service 9/12/22

App development by catworkx – customized and marketable

catworkx App Development: Custom apps, workflow automation, macros, blueprints & integrations for Jira and Confluence to boost efficiency and adapt solutions to your needs.

Event

Beyond Cloud Migration: Turn Your Cloud Journey into Value

Join catworkx, Atlassian, and AWS experts to learn how organizations turn Cloud transformation into measurable business value and faster innovation.

Event

From DC to Cloud: Turn Your Cloud Journey into Real Value

Cloud migration is more than a technical move. Join Atlassian, AWS, and catworkx to learn how to accelerate transformation and turn your cloud journey into measurable business value.

Service

Value Added Reselling

Our Value Added Reselling approach creates a trusted partnership that maximizes SAM efficiency and ROI for our customers.

Blog 3/20/24

Unique insights through graph databases

Graph databases equip companies with distinctive insights, fostering a significant competitive edge.

News

Proof-of-Value Workshop

Today's businesses need data integration solutions that offer open, reusable standards and a complete, innovative portfolio of data capabilities. Apply for one of our free workshops!

Referenz

Improved Performance and Stability through RCA

Root Cause Analyses, or RCA for short (zu deutsch: Fehler-Ursachen-Analyse), get to the bottom of problems. Used correctly, they not only improve the security of IT infrastructures (e.g., Atlassian...

Mitarbeitende der novaCapta im Büro Hannover
Service

Make the most of Microsoft Fundings with novaCapta

Use Microsoft Fundings strategically for your digitalisation project with novaCapta. As a Microsoft Solutions Partner, we help you assess your options and find the right starting point.

Microsoft 365 Panel der novaCapta
Service

Plan your Confluence migration

With our novaCapta migration tooling, files, spaces and chats from Atlassian Confluence can be migrated largely automatically into your Microsoft 365 landscape.

Kompetenz

Methods Value-Based Cloud Transformation

Our strategic approach, comprehensive SAP know-how and the empowerment of your teams and managers ensure secure, efficient implementation

2023 Referenz IAM Teaserbild SID
Success Story

Elimination of data clutter through identity management.

This is how we create transparency, efficiency, and say goodbye to data clutter. Find out how our experts are making history with SID. Read more about it.

Referenz

Managing sensitive data through digital personnel files

TIMETOACT enables the digital management of personnel documents for Pfalzwerke. Managing and editing sensitive personnel data is now secure and requires less effort.

News 3/3/25

Future growth through strategic investment by H.I.G. Capital

Cologne/Munich/London, 3 March 2025 – TIMETOACT GROUP, a leading IT services provider is pleased to announce H.I.G. Capital’s strategic investment, taking over from Equistone Partners Europe.

Diverse people in spacious office while discussing work questions
Service

Managed SOC for your Microsoft Environment

Use a Microsoft-based managed SOC to detect threats early, respond to incidents in a targeted manner, and reduce the burden on internal resources.

novaCapta: Ihr Partner für die digitale Transformation mit Microsoft Technologien
Service

Successfully introducing Microsoft Teams in your company

To ensure Microsoft Teams creates real added value in your company, we combine governance, process integration, adoption and change management for a successful implementation in everyday work.

Blog

Where Services Firms Lose Value: 4 Hidden Truths

Value loss in services firms is rarely obvious. Learn the hidden patterns behind margin erosion, utilization issues, and late decisions and how early insight changes outcomes.

Service 9/12/22

Managed Services – Your operation & support for Atlassian

catworkx Managed Services: Expert support for Atlassian tools, ensuring smooth operation, optimized workflows, and continuous improvement for your teams.

E-Book

Is Your Business Ready for Cloud ERP?

This e-book is co-created with TechTarget and not only helps you evaluate your current state but also provides a roadmap for a smooth Cloud ERP transition.

Offering

Empower Your Future Business with Cloud ERP

Move from complex legacy systems to connected, intelligent operations with SAP Cloud ERP. Designed for speed, scalability, and continuous innovation, Cloud ERP creates a future-ready digital core.

Teaserbild Nexis Health Chack
Service

IAM Health Check – Optimize Your Access Management

With the NEXIS Health Check, we provide you with an overview of your processes, architecture, and cybersecurity in the IAM area. Discover new opportunities.

Bleiben Sie mit dem TIMETOACT GROUP Newsletter auf dem Laufenden!