Jump to content

Plugin logging not working on my server


BillOatman

Recommended Posts

BillOatman

I have a situation on my windows server (release version) that hurts my ability to develop plugins.  I get no log messages in my Emby log for plugins.  Info or Debug (when the debug flag is set).  If someone else runs the same DLL (not sure of OS type), they get the log messages fine.  This tells me it is environmental on my server.  Is there any permissions or anything else you can think of that would cause this?  The server OS is Windows 10.

Link to comment
Share on other sites

BillOatman

I did and never got an answer. Now it is more important as I am trying to contribute to plugins and I'm hoping someone has an answer now.

Link to comment
Share on other sites

chef

Did you pass the ILogger interface in your constructor?

 

Do the other dependency injection interfaces work within your class?

Edited by chef
Link to comment
Share on other sites

BillOatman

Did you pass the ILogger interface in your constructor?

 

Do the other dependency injection interfaces work within your class?

Yes, others who run the plugin have everything logged fine..  It's apparently something to do with my server.

Link to comment
Share on other sites

  • 3 weeks later...
DSinapellido

Are you using lastest beta version of emby's server?

 

There was one time I was compiling using a dev version of the nuget package while I was running an older release on the server!

Link to comment
Share on other sites

Are you using lastest beta version of emby's server?

 

There was one time I was compiling using a dev version of the nuget package while I was running an older release on the server!

 

This is all corrected now with 4.2.0.40. There is a new stable server + new stable nuget package.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...