Skip to content

Commit 9bff018

Browse files
authored
logtail_host -> ingesting_host
1 parent ee95a68 commit 9bff018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-project/main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
exit
1313
end
1414
# Create logger
15-
http_device = Logtail::LogDevices::HTTP.new(ARGV[0], logtail_host: ARGV[1])
15+
http_device = Logtail::LogDevices::HTTP.new(ARGV[0], ingesting_host: ARGV[1])
1616
logger = Logtail::Logger.new(http_device)
1717

1818
# Filter logs that shouldn't be sent to Better Stack, see {Logtail::LogEntry} for available attributes

0 commit comments

Comments
 (0)