Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

Logging To Logentries from Jelastic
===================================


22 changes: 22 additions & 0 deletions logentries.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
%% Note, any comments need to be ommitted from actual config
%% Jelastic supports 4 environments, only difference is in the filenames
%% Plugin code handles other differences
%%
%% Config file will only be 3/4 lines long
%% Left side is token-based logfile to be created on Logentries, token inserted appropriately
%%
%%Below 4 lines is config file for anyone using Tomcat 6 or 7
debug = false
catalina.log = FILE_TOKEN
localhost_access_log.txt = FILE_TOKEN
localhost.log = FILE_TOKEN

%%Below 3 lines is config file for anyone using Jetty 6
debug = false
request.log = FILE_TOKEN
stderrout.log = FILE_TOKEN

%%Below 3 lines is config file for anyone using GlassFish 3
debug = false
service_instance.log = FILE_TOKEN
server_domain.log = FILE_TOKEN
Loading