Giter Site home page Giter Site logo

js-logtail's People

Contributors

danielrichman avatar priyeshpatel avatar rossengeorgiev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

js-logtail's Issues

Does not follow symlinks

I really like this tool very much. But the I have one application which places the log-fiel in some other place at I thought to create a symlink to that location and logtail would present it like it would be in the tomcat subfolder.
I obviously make something wrong or the script does not follow symlinks. If I copy the file "data/logdaily.log" there it works fine. As well it seems it is not possible to put there some other absolute path to a file soemwhere else on the same server.

log-tail script still running if log shown in modal window and the window is closed

Hello,

I am opening the log-tail page in modal window using bootstrap.

Problem is that even if the modal window is closed and even if I used to remove data from closed modal by following script which works for all my modal windows opened by link the script to seems stay active and still invoking ajax to the log file:

	<script type="text/javascript">
		$('.modal').on('hidden.bs.modal', function () {
			  $(this).removeData('bs.modal');
		}); 
	</script>

Please advise solution.

Thanks, Reddy

Unable to use path to the log file

Hello,

when using full path to the log file I am getting error 404:

Object Not Found (apps/data/logs/support/glDBHousekeeper.log)

I have tried

var url = "/apps/data/logs/support/glDBHousekeeper.log";
var url = "//apps/data/logs/support/glDBHousekeeper.log";
var url = "\/apps/data/logs/support/glDBHousekeeper.log";

with almost same result. Is it bug or problem between my keyboard and chair?

Thanks, Reddy

Feature request: 'pause' button

Without pause, trying to copy parts from specific lines can be annoying as they keep being pushed down (and also thus de-highlighted) by updates.

Request: Add grep/filter option

Many thanks for creating this usefull logviewer!
Please consider adding a input box at the top of the page allowing you to filter the log on a specific keyword

uncaught exception: Unknown AJAX Error (status 0)

Hello,

When trying a dead simple example, the initial load of the file works as expected (and display the content), but the 1st refresh gives the following error:

An error occured :-(.
Reloading may help; no promises.
uncaught exception: Unknown AJAX Error (status 0)

Any idea why ?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.