-
Notifications
You must be signed in to change notification settings - Fork 18
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
Azure function failed to log #61
Comments
@maksym-synkevych It looks like the error is related to the logging fw. Can you try it with the console appender only and tell me if you have an issue or not? |
@idohalevi Tried with only console appender (by commenting it) and it is also failed with following configuration.
But console logging works properly if I completely remove logzio configuration:
|
@maksym-synkevych Please remove the token from the configuration sample. |
@idohalevi Updated previous message by removing the token. |
@maksym-synkevych Can you add the versions of the logback & logz.io appender? In addition, can you sure a snapshot of the project structure, specifically where is your logback.xml configuration and the naming of the files? |
@idohalevi The version of logzio appender is 1.0.22 |
@maksym-synkevych Can you try the fix here? rename |
@idohalevi Still failing with the same error:
|
Filed to log java-based Azure function using logback appender. Logging works properly when I'm running the application locally, but failed when trying to run it on Azure Function App environment with the following error:
Full stacktrace available in here
logzio-appender.log.
Here is my configuration (real token replaced by "token" world):
The text was updated successfully, but these errors were encountered: