We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4a5ba commit 7afd0e3Copy full SHA for 7afd0e3
site/app/page.tsx
@@ -12,6 +12,9 @@ export default function Home() {
12
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl leading-tight xl:mt-2">
13
Zero-configuration JSON logging for Ruby on Rails
14
</h1>
15
+ <h2 className="text-2xl font-bold tracking-tight sm:text-3xl leading-tight text-neutral-600 dark:text-neutral-400">
16
+ (Coming soon!)
17
+ </h2>
18
<p className="text-lg text-neutral-600 dark:text-neutral-400 my-10">
19
LogStruct adds structured JSON logging to any Rails app. Just add
20
the gem to your Gemfile, and your Rails app will print beautiful
0 commit comments