Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to check loglevel and/or logtype in QActions ?

Solved735 views6th June 2024
0
Cristel Van Landeghem [DevOps Advocate]468 2nd April 2024 0 Comments

In 10.2 loglines are truncated after little more than 5000 characters.

The only solution to log info > 5000 is - according to https://community.dataminer.services/question/logging-in-10-2-loglines-are-truncated-afterlittle-more-than-5000-characters-how-to-avoid-that/ - to implement a loop in which 5000 characters are logged consequently.

To do that I like to get the current loglevel and/or logtype, so that only in debug level mode, this loop needs to be executed.

Something like:

if (protocol.LogType == LogType.DebugInfo)

loop in which   protocol.Log(reqString.Substring(i,j), LogType.DebugInfo, LogLevel.Level1);

else

protocol.Log(reqString, LogType.Allways, LogLevel.LogEverything);

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 6th June 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Floris Cockaerts [SLC] [DevOps Advocate]2.43K Posted 8th April 2024 0 Comments

Hi Cristel,

The length limit of a single log statement can be a hindrance in test scenarios, and perhaps a different storage location may be needed if investigation this amount of data is required, as the logging is intended for checking the status of a process or get a stack trace of an exception.

That being said, the log levels are not accessible as Tom W. mentioned earlier, but it is something we are likely going to add as device communication is migrating to QActions with the use of middlewares and DLLs that provide a communication API. There is currently no timeline for this, but more requests and good use-cases will likely bump this up in priority.

Floris Cockaerts [SLC] [DevOps Advocate] Answered question 8th April 2024
You are viewing 1 out of 2 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin