<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: GCP Logging Agent: Converting Unstructured to Structured Logging	</title>
	<atom:link href="https://myshittycode.com/2020/06/20/gcp-logging-agent-converting-unstructured-to-structured-logging/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com/2020/06/20/gcp-logging-agent-converting-unstructured-to-structured-logging/</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 04:00:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Whisley		</title>
		<link>https://myshittycode.com/2020/06/20/gcp-logging-agent-converting-unstructured-to-structured-logging/#comment-132</link>

		<dc:creator><![CDATA[Whisley]]></dc:creator>
		<pubDate>Thu, 27 Aug 2020 08:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://myshittycode.com/?p=1158#comment-132</guid>

					<description><![CDATA[Finally, a light at the end of the tunnel!!

You have no idea how badly I have been looking for something like this, 2 days already getting crazy into this.

My only problem is that my java application uses logback with this format:

%d{HH:mm:ss.SSS} %-5level [%thread] [%logger{0}] %msg%n

It does not have severity by default which makes everything else a chaos.

Google Logging does not understand that variable level, it only understand severity. I am having a big headache trying to convert level to severity.
Fluentd has a plugin called record_transformer which should allow me to change that but no luck playing with it.

If you can share any tip, it will be awesome :)

Thanks a lot]]></description>
			<content:encoded><![CDATA[<p>Finally, a light at the end of the tunnel!!</p>
<p>You have no idea how badly I have been looking for something like this, 2 days already getting crazy into this.</p>
<p>My only problem is that my java application uses logback with this format:</p>
<p>%d{HH:mm:ss.SSS} %-5level [%thread] [%logger{0}] %msg%n</p>
<p>It does not have severity by default which makes everything else a chaos.</p>
<p>Google Logging does not understand that variable level, it only understand severity. I am having a big headache trying to convert level to severity.<br />
Fluentd has a plugin called record_transformer which should allow me to change that but no luck playing with it.</p>
<p>If you can share any tip, it will be awesome 🙂</p>
<p>Thanks a lot</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 3/60 queries in 0.029 seconds using Disk

Served from: myshittycode.com @ 2026-02-18 02:14:55 by W3 Total Cache
-->