Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. log files
    Log in to post
    • All categories
    • dan

      UNSOLVED Want access to my docker logs
      Q&A • docker logs log files • • dan

      2
      0
      Votes
      2
      Posts
      80
      Views

      dan

      This is a docker issue. I'd suggest you set up a logging driver. From a brief look it seems like this is a runtime option.

      More details: https://docs.docker.com/config/containers/logging/configure/ and https://docs.docker.com/config/containers/logging/

    • dan

      Is it possible to ship the event log entries in FusionAuth Cloud elsewhere?
      Q&A • log files datadog • • dan

      2
      0
      Votes
      2
      Posts
      62
      Views

      dan

      FusionAuth does not have any plugins that directly write to 3rd party services like DataDog.

      But with the API https://fusionauth.io/docs/v1/tech/apis/event-logs you can write an ingester.

    • dan

      SOLVED Where are my log files?
      Q&A • windows fastpath log files • • dan

      2
      0
      Votes
      2
      Posts
      95
      Views

      dan

      Per this issue https://github.com/FusionAuth/fusionauth-issues/issues/673

      "This is because the services are running interactively and the logging is written to to stdout."

      So when you start up your fusionauth instance using startup.bat a cmd window will open up and your logs will be written to that.