We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee95a68 commit 9bff018Copy full SHA for 9bff018
example-project/main.rb
@@ -12,7 +12,7 @@
12
exit
13
end
14
# Create logger
15
-http_device = Logtail::LogDevices::HTTP.new(ARGV[0], logtail_host: ARGV[1])
+http_device = Logtail::LogDevices::HTTP.new(ARGV[0], ingesting_host: ARGV[1])
16
logger = Logtail::Logger.new(http_device)
17
18
# Filter logs that shouldn't be sent to Better Stack, see {Logtail::LogEntry} for available attributes
0 commit comments