You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application I am using "logging" instead of "logger" because it offers more features. What I would like is to be able to feed the logger I have already defined into eventmachine-tail.
I have modify "globwatcher.rb" and "filetail.rb" and this works fine as long as the interface of "logging" keep the same methods name as "logger". By doing this I can get all messages in the same logfile.
Thanks for this nice package.
René
The text was updated successfully, but these errors were encountered:
In my application I am using "logging" instead of "logger" because it offers more features. What I would like is to be able to feed the logger I have already defined into eventmachine-tail.
I have modify "globwatcher.rb" and "filetail.rb" and this works fine as long as the interface of "logging" keep the same methods name as "logger". By doing this I can get all messages in the same logfile.
Thanks for this nice package.
René
The text was updated successfully, but these errors were encountered: