-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix logger when using outside POCS #393
Comments
I don't quite get the cause of this issue. If you have a couple of minutes, can you explain? |
I'm not entirely sure, but I think it is when you load another module that use |
I was having a look at this issue as the logging error kinda annoyed me.
The argument This can be reproduced every time a social sink function is called. I saw a similar issue reported here: I think maybe the easiest fix would be to use
even though it is no longer a fixed 20 character. |
Hi @jeremylan, thanks for looking into this! Oddly enough it just started coming up for me with some of the work I am doing in some jupyter notebooks where it is also a particularly annoying issue. Part of the problem is that is has been hard to replicate so I'm glad to hear you can do that with the new social features. Off the top of my head I can't remember why we are using the filter versus just using the solution you proposed, but I want to say there is a good reason besides just the fixed character length. I'll try to dig back through some emails to see what that reason is but if I can't find it then let's put in your fix above. Also, thanks for the link to the similar issue. It definitely seems to be an issue of which module loads |
Closed by #678 |
If loading one of the classes that uses
PanBase
outside of POCS (as in with jupyter-console) the logger will complain about the customfileline
that we have added.The text was updated successfully, but these errors were encountered: